summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7e41757f151b47d766478b2ad3e59b4704c7656a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $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."