diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 13:24:03 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 13:24:03 +0000 |
commit | af462755cf0ca7a0a048afa732445df65c261eeb (patch) | |
tree | 4a365cd4511c445125740219abacfb190b19fc0d /Makefile | |
parent | df7a7a1113e2dcf258c6f9db70ab61d1bb123595 (diff) | |
download | ports-af462755cf0ca7a0a048afa732445df65c261eeb.tar.gz ports-af462755cf0ca7a0a048afa732445df65c261eeb.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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.." |