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