diff options
| author | tv <tv@NetBSD.org> | 2001-12-12 01:48:43 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-12-12 01:48:43 +0000 |
| commit | 8e6f7afb5bba2c07fd084c08249718961dfbc1d1 (patch) | |
| tree | e4120d86067271c5c01a4f67742afe6c31b9607c /usr.bin/locate | |
| parent | 220b5c059a84c51ea44107ea8951a57ffaecdc8c (diff) | |
MKfoo=no -> NOfoo
Diffstat (limited to 'usr.bin/locate')
| -rw-r--r-- | usr.bin/locate/bigram/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/locate/code/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index 7d27729f54f..861cb18da3b 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:55 lukem Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:46 tv Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.bigram -MKMAN= no +NOMAN= # defined BINDIR= /usr/libexec .include <bsd.prog.mk> diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 0a05f1ee512..8d3dee32887 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:55 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:46 tv Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.code CPPFLAGS+=-I${.CURDIR}/../locate -MKMAN= no +NOMAN= # defined BINDIR= /usr/libexec .include <bsd.prog.mk> |
