aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locate/code
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-17 19:49:09 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-17 19:49:09 +0000
commit043e1b65d90a7e1430aeab2f767bc0cd994adaa9 (patch)
tree8a7af45159e647de56c5e6a87478061d52b58a36 /usr.bin/locate/code
parent3a0a936baa6a799f1895ba41314440a2ecd34317 (diff)
Notes
Diffstat (limited to 'usr.bin/locate/code')
-rw-r--r--usr.bin/locate/code/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index a7d8e80ef5bc0..7e4c4fd573fec 100644
--- a/usr.bin/locate/code/Makefile
+++ b/usr.bin/locate/code/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
NOMAN= noman
BINDIR= ${LIBEXECDIR}
-.include "../Makefile.inc"
.include <bsd.prog.mk>