aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc758a94fbc2..91fde65430fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,12 @@
-# $Id: Makefile,v 1.6 1994/10/06 01:19:13 jkh Exp $
+# $Id: Makefile,v 1.7 1994/10/06 01:41:37 jkh Exp $
#
SUBDIR= audio comms devel editors games 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."