aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 13:24:03 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 13:24:03 +0000
commitaf462755cf0ca7a0a048afa732445df65c261eeb (patch)
tree4a365cd4511c445125740219abacfb190b19fc0d /Makefile
parentdf7a7a1113e2dcf258c6f9db70ab61d1bb123595 (diff)
downloadports-af462755cf0ca7a0a048afa732445df65c261eeb.tar.gz
ports-af462755cf0ca7a0a048afa732445df65c261eeb.zip
Make forced rebuilds of the INDEX file work properly.
Notes
Notes: svn path=/head/; revision=1269
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5659028c7bee..6caed5b657f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,13 @@
-# $Id: Makefile,v 1.15 1995/03/23 21:03:32 gpalmer Exp $
+# $Id: Makefile,v 1.16 1995/04/01 13:05:35 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: ${.CURDIR}/INDEX
+index:
+ @rm -f ${.CURDIR}/INDEX
+ @make ${.CURDIR}/INDEX
${.CURDIR}/INDEX:
@echo -n "Generating INDEX - please wait.."