summaryrefslogtreecommitdiff
path: root/Makefile
blob: 37976a0c5eaaa8e778e12edabf2e5e2dba9c9320 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: Makefile,v 1.10 1995/01/23 01:30:57 jkh Exp $
#
SUBDIR= archivers audio cad comms databases devel editors games graphics \
	japanese 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."