diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-17 04:45:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-17 04:45:41 +0000 |
commit | 8b530823bada918731af776b7b992237fc1dd8d8 (patch) | |
tree | ef44ba16048682c28ad1124d619dd5eeb67f35c0 /usr.bin/locate/bigram | |
parent | 68caa0a241da3eafd51eeeb9490fd50b24aee03b (diff) |
hack around a few bugs till michael wakes up
Diffstat (limited to 'usr.bin/locate/bigram')
-rw-r--r-- | usr.bin/locate/bigram/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index 1d5c2980986..afa8faffd80 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1996/08/16 22:00:10 michaels Exp $ +# $OpenBSD: Makefile,v 1.4 1996/08/17 04:45:38 deraadt Exp $ # # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.bigram NOMAN= noman -BINDIR= ${LIBEXECDIR} +BINDIR= /usr/libexec CFLAGS+= -I${.CURDIR}/../locate .include <bsd.prog.mk> |