diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-08-17 10:51:27 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-08-17 10:51:27 +0000 |
commit | 2bc4ea928c8a660dd7624ddc91798dd7e1fd44aa (patch) | |
tree | 1f4b2fa81782ac1bc4da656b9196601a6cf9d30e /usr.bin/locate/bigram/Makefile | |
parent | fee379525237585cdbd6b809245a80b6c3ec85b5 (diff) |
++argv
Diffstat (limited to 'usr.bin/locate/bigram/Makefile')
-rw-r--r-- | usr.bin/locate/bigram/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index afa8faffd80..9b7ee84c69a 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 1996/08/17 04:45:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/08/17 10:51:21 michaels Exp $ # # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.bigram NOMAN= noman -BINDIR= /usr/libexec +BINDIR= ${LIBEXECDIR} CFLAGS+= -I${.CURDIR}/../locate +.include "../Makefile.inc" .include <bsd.prog.mk> |