freebsd-ports/Makefile
1995-01-23 01:30:57 +00:00

13 lines
369 B
Makefile

# $Id: Makefile,v 1.9 1995/01/15 06:43:30 ache Exp $
#
SUBDIR= archivers audio cad comms databases devel editors games graphics \
lang mail math net news print shells utils x11
.include <bsd.port.subdir.mk>
index:
@echo -n "Generating INDEX - please wait.."
@make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
| expand -40 > ${.CURDIR}/INDEX
@echo " Done."