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 /gnu/libexec | |
| parent | 220b5c059a84c51ea44107ea8951a57ffaecdc8c (diff) | |
MKfoo=no -> NOfoo
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/libunix/Makefile | 10 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuuconf/Makefile | 10 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 10 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uulog/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuname/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uupick/Makefile | 4 |
8 files changed, 25 insertions, 25 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile index 975523b8a2c..cf66c4c262a 100644 --- a/gnu/libexec/uucp/libunix/Makefile +++ b/gnu/libexec/uucp/libunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/02/13 02:54:23 lukem Exp $ +# $NetBSD: Makefile,v 1.13 2001/12/12 01:49:00 tv Exp $ # # This subdirectory contains Unix specific support functions. @@ -16,10 +16,10 @@ SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \ CPPFLAGS+= -I$(.CURDIR)/../common_sources \ -DOWNER=\"$(owner)\" -DSBINDIR=\"$(sbindir)\" -MKMAN= no -MKPROFILE= no -MKPIC= no -MKLINT= no +NOMAN= # defined +NOPROFILE= # defined +NOPIC= # defined +NOLINT= # defined # only needed during build libinstall:: diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile index 2b7e9c7ad24..c26b3231f3a 100644 --- a/gnu/libexec/uucp/libuuconf/Makefile +++ b/gnu/libexec/uucp/libuuconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/03/13 23:18:18 lukem Exp $ +# $NetBSD: Makefile,v 1.13 2001/12/12 01:49:00 tv Exp $ # # This is the Makefile for the Taylor UUCP uuconf library @@ -20,10 +20,10 @@ CPPFLAGS+= -I$(.CURDIR)/../common_sources \ -DNEWCONFIGLIB=\"$(newconfigdir)\"\ -DOLDCONFIGLIB=\"$(oldconfigdir)\" -MKLINT= no -MKMAN= no -MKPIC= no -MKPROFILE= no +NOLINT= # defined +NOMAN= # defined +NOPIC= # defined +NOPROFILE= # defined # only needed during build libinstall:: diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile index 0436dd02edf..92dbbc84222 100644 --- a/gnu/libexec/uucp/libuucp/Makefile +++ b/gnu/libexec/uucp/libuucp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/03/13 23:18:41 lukem Exp $ +# $NetBSD: Makefile,v 1.12 2001/12/12 01:49:00 tv Exp $ # # This is the Makefile for the libuucp subdirectory of Taylor UUCP @@ -7,10 +7,10 @@ SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \ spool.c status.c xfree.c xmall.c xreall.c getlin.c CPPFLAGS+= -I$(.CURDIR)/../common_sources -MKLINT= no -MKMAN= no -MKPIC= no -MKPROFILE= no +NOLINT= # defined +NOMAN= # defined +NOPIC= # defined +NOPROFILE= # defined # only needed during build libinstall:: diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 3d5f6ef9c21..ce959d97ff2 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/11 15:49:08 is Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/12 01:49:00 tv Exp $ # # Makefile for uuchk @@ -12,6 +12,6 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CPPFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -MKMAN= no +NOMAN= # defined .include <bsd.prog.mk> diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index 3d7d86154b5..5e09e2086e7 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:00 tv Exp $ # # Makefile for uuconv @@ -13,6 +13,6 @@ CPPFLAGS+= -I$(.CURDIR)/../common_sources\ -I$(.CURDIR)/../libuuconf\ -DVERSION=\"$(VERSION)\" -MKMAN= no +NOMAN= # defined .include <bsd.prog.mk> diff --git a/gnu/libexec/uucp/uulog/Makefile b/gnu/libexec/uucp/uulog/Makefile index 91ab67835d2..5707159520d 100644 --- a/gnu/libexec/uucp/uulog/Makefile +++ b/gnu/libexec/uucp/uulog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:01 tv Exp $ # # Makefile for uulog @@ -11,7 +11,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CPPFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -MKMAN= no +NOMAN= # defined .include <bsd.prog.mk> .PATH: $(.CURDIR)/../common_sources diff --git a/gnu/libexec/uucp/uuname/Makefile b/gnu/libexec/uucp/uuname/Makefile index 49de83d05f8..3a1175b49ab 100644 --- a/gnu/libexec/uucp/uuname/Makefile +++ b/gnu/libexec/uucp/uuname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:01 tv Exp $ # # Makefile for uuname @@ -13,7 +13,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CPPFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -MKMAN= no +NOMAN= # defined .include <bsd.prog.mk> .PATH: $(.CURDIR)/../common_sources diff --git a/gnu/libexec/uucp/uupick/Makefile b/gnu/libexec/uucp/uupick/Makefile index 5297ed1a2b0..197522e8715 100644 --- a/gnu/libexec/uucp/uupick/Makefile +++ b/gnu/libexec/uucp/uupick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/12 01:49:01 tv Exp $ # # Makefile for uupick @@ -11,7 +11,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CPPFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -MKMAN= no +NOMAN= # defined .include <bsd.prog.mk> .PATH: $(.CURDIR)/../common_sources |
