1995-01-22 20:30:57 -05:00
|
|
|
# $Id: Makefile,v 1.9 1995/01/15 06:43:30 ache Exp $
|
1994-08-23 06:20:29 -04:00
|
|
|
#
|
1995-01-15 01:43:30 -05:00
|
|
|
SUBDIR= archivers audio cad comms databases devel editors games graphics \
|
|
|
|
lang mail math net news print shells utils x11
|
1994-08-21 09:19:28 -04:00
|
|
|
|
1994-08-22 07:26:08 -04:00
|
|
|
.include <bsd.port.subdir.mk>
|
1995-01-14 06:27:06 -05:00
|
|
|
|
|
|
|
index:
|
|
|
|
@echo -n "Generating INDEX - please wait.."
|
1995-01-22 20:30:57 -05:00
|
|
|
@make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
|
1995-01-14 06:27:06 -05:00
|
|
|
| expand -40 > ${.CURDIR}/INDEX
|
|
|
|
@echo " Done."
|