diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-08-16 22:00:14 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-08-16 22:00:14 +0000 |
commit | ebafd495eb3cbfae9ca5cfa70e8df0e4e28944f2 (patch) | |
tree | 46b3f22b1cd128e2c0d785ddf03b160e173daec5 /usr.bin/locate/code/Makefile | |
parent | 60c325372de33908aff95d74393cc4a025d99c38 (diff) |
Better locate from wosch@freebsd (Wolfram Schneider), sligthly modified.
Diffstat (limited to 'usr.bin/locate/code/Makefile')
-rw-r--r-- | usr.bin/locate/code/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index eec7f4be81c..97b193456b7 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:35:50 deraadt Exp $ -# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:41 jtc Exp $ +# $OpenBSD: Makefile,v 1.3 1996/08/16 22:00:11 michaels Exp $ +# +# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.code -CFLAGS+=-I${.CURDIR}/../locate +CFLAGS+= -I${.CURDIR}/../locate NOMAN= noman -BINDIR= /usr/libexec +BINDIR= ${LIBEXECDIR} .include <bsd.prog.mk> |