386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 22:13:32 +0000 (14:13 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 22:13:32 +0000 (14:13 -0800)
Work on file usr/src/usr.bin/locate/code/Makefile
Work on file usr/src/usr.bin/locate/locate/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.bin/locate/code/Makefile [new file with mode: 0644]
usr/src/usr.bin/locate/locate/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/locate/code/Makefile b/usr/src/usr.bin/locate/code/Makefile
new file mode 100644 (file)
index 0000000..f1e83e3
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    5.1 (Berkeley) 5/11/90
+
+PROG=  locate.code
+CFLAGS+=-I${.CURDIR}/../locate
+NOMAN= noman
+BINDIR=        /usr/libexec
+
+.include <bsd.prog.mk>
diff --git a/usr/src/usr.bin/locate/locate/Makefile b/usr/src/usr.bin/locate/locate/Makefile
new file mode 100644 (file)
index 0000000..ca81cf4
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    5.2 (Berkeley) 5/11/90
+
+PROG=  locate
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+           ${.CURDIR}/updatedb.csh ${DESTDIR}/usr/libexec/locate.updatedb
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>