summaryrefslogblamecommitdiff
path: root/Makefile
blob: c1560d13caa9d621d9e130d66478b3b247fafaf8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                   
 

                                                                          
 
                             





                                                               
# $Id: Makefile,v 1.8 1995/01/14 11:27:06 jkh 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;/usr/ports/;;' \
		| expand -40 > ${.CURDIR}/INDEX
	@echo " Done."