aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locate
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
parent3a0a936baa6a799f1895ba41314440a2ecd34317 (diff)
Notes
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/bigram/Makefile2
-rw-r--r--usr.bin/locate/code/Makefile2
-rw-r--r--usr.bin/locate/locate/Makefile3
3 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile
index fbba14d1a10c..bcb016e24a7f 100644
--- a/usr.bin/locate/bigram/Makefile
+++ b/usr.bin/locate/bigram/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= locate.bigram
NOMAN= noman
BINDIR= ${LIBEXECDIR}
CFLAGS+= -I${.CURDIR}/../locate
-.include "../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index a7d8e80ef5bc..7e4c4fd573fe 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>
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index 5e20b836c042..c1b14bf657e9 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id$
PROG= locate
SRCS= util.c locate.c
@@ -21,5 +21,4 @@ beforeinstall:
# ${.CURDIR}/locate.rc ${DESTDIR}/etc
.include "../../Makefile.inc"
-.include "../Makefile.inc"
.include <bsd.prog.mk>