summaryrefslogtreecommitdiff
path: root/usr.bin/locate/bigram/Makefile
diff options
context:
space:
mode:
authormichaels <michaels@cvs.openbsd.org>1996-08-17 10:51:27 +0000
committermichaels <michaels@cvs.openbsd.org>1996-08-17 10:51:27 +0000
commit2bc4ea928c8a660dd7624ddc91798dd7e1fd44aa (patch)
tree1f4b2fa81782ac1bc4da656b9196601a6cf9d30e /usr.bin/locate/bigram/Makefile
parentfee379525237585cdbd6b809245a80b6c3ec85b5 (diff)
++argv
Diffstat (limited to 'usr.bin/locate/bigram/Makefile')
-rw-r--r--usr.bin/locate/bigram/Makefile5
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>