From 03db7c929b9ab154da479aab1fbdb1fdfdd219d3 Mon Sep 17 00:00:00 2001 From: "William F. Jolitz" Date: Fri, 11 May 1990 14:13:32 -0800 Subject: [PATCH] 386BSD 0.1 development 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 Synthesized-from: 386BSD-0.1 --- usr/src/usr.bin/locate/code/Makefile | 8 ++++++++ usr/src/usr.bin/locate/locate/Makefile | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 usr/src/usr.bin/locate/code/Makefile create mode 100644 usr/src/usr.bin/locate/locate/Makefile diff --git a/usr/src/usr.bin/locate/code/Makefile b/usr/src/usr.bin/locate/code/Makefile new file mode 100644 index 0000000000..f1e83e3c5a --- /dev/null +++ b/usr/src/usr.bin/locate/code/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 5.1 (Berkeley) 5/11/90 + +PROG= locate.code +CFLAGS+=-I${.CURDIR}/../locate +NOMAN= noman +BINDIR= /usr/libexec + +.include diff --git a/usr/src/usr.bin/locate/locate/Makefile b/usr/src/usr.bin/locate/locate/Makefile new file mode 100644 index 0000000000..ca81cf4fc1 --- /dev/null +++ b/usr/src/usr.bin/locate/locate/Makefile @@ -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 -- 2.20.1