summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
commitdcab0210a01af9b73b50a3c45f6cd7b0192d3f2a (patch)
treec962038cb859d0402d27e38d0d596308ce6a7336 /gnu/libexec
parent22a5cb007fa30a3bcb21050c2808f836b62821c7 (diff)
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/libunix/Makefile10
-rw-r--r--gnu/libexec/uucp/libuuconf/Makefile8
-rw-r--r--gnu/libexec/uucp/libuucp/Makefile8
-rw-r--r--gnu/libexec/uucp/uuchk/Makefile4
-rw-r--r--gnu/libexec/uucp/uuconv/Makefile4
-rw-r--r--gnu/libexec/uucp/uulog/Makefile4
-rw-r--r--gnu/libexec/uucp/uuname/Makefile4
-rw-r--r--gnu/libexec/uucp/uupick/Makefile4
8 files changed, 23 insertions, 23 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile
index c2bdac19818..975523b8a2c 100644
--- a/gnu/libexec/uucp/libunix/Makefile
+++ b/gnu/libexec/uucp/libunix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/02/19 02:17:06 cgd Exp $
+# $NetBSD: Makefile,v 1.12 1999/02/13 02:54:23 lukem 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)\"
-NOMAN= noman
-NOPROFILE= noprofile
-NOPIC= nopic
-NOLINT= nolint (XXX lint bugs)
+MKMAN= no
+MKPROFILE= no
+MKPIC= no
+MKLINT= no
# only needed during build
libinstall::
diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile
index f1a5fa6a10a..6abe20a59ae 100644
--- a/gnu/libexec/uucp/libuuconf/Makefile
+++ b/gnu/libexec/uucp/libuuconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1997/10/25 09:31:37 lukem Exp $
+# $NetBSD: Makefile,v 1.11 1999/02/13 02:54:23 lukem Exp $
#
# This is the Makefile for the Taylor UUCP uuconf library
@@ -20,9 +20,9 @@ CPPFLAGS+= -I$(.CURDIR)/../common_sources \
-DNEWCONFIGLIB=\"$(newconfigdir)\"\
-DOLDCONFIGLIB=\"$(oldconfigdir)\"
-NOMAN= noman
-NOPROFILE= noprofile
-NOPIC= nopic
+MKMAN= no
+MKPROFILE= no
+MKPIC= no
# only needed during build
libinstall::
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile
index c64a3d14e00..ec18aabc870 100644
--- a/gnu/libexec/uucp/libuucp/Makefile
+++ b/gnu/libexec/uucp/libuucp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1997/10/25 09:31:39 lukem Exp $
+# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:24 lukem Exp $
#
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
@@ -7,9 +7,9 @@ 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
-NOMAN= noman
-NOPROFILE= noprofile
-NOPIC= nopic
+MKMAN= no
+MKPROFILE= no
+MKPIC= no
# only needed during build
libinstall::
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile
index f23abbd416b..27a6acf45b1 100644
--- a/gnu/libexec/uucp/uuchk/Makefile
+++ b/gnu/libexec/uucp/uuchk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/10/25 09:31:44 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $
#
# Makefile for uuchk
@@ -12,6 +12,6 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CPPFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
-NOMAN= noman
+MKMAN= no
.include <bsd.prog.mk>
diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile
index c818a6eb257..3d7d86154b5 100644
--- a/gnu/libexec/uucp/uuconv/Makefile
+++ b/gnu/libexec/uucp/uuconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/10/25 09:31:51 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $
#
# Makefile for uuconv
@@ -13,6 +13,6 @@ CPPFLAGS+= -I$(.CURDIR)/../common_sources\
-I$(.CURDIR)/../libuuconf\
-DVERSION=\"$(VERSION)\"
-NOMAN= noman
+MKMAN= no
.include <bsd.prog.mk>
diff --git a/gnu/libexec/uucp/uulog/Makefile b/gnu/libexec/uucp/uulog/Makefile
index cee976193bf..91ab67835d2 100644
--- a/gnu/libexec/uucp/uulog/Makefile
+++ b/gnu/libexec/uucp/uulog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/10/25 09:31:58 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $
#
# Makefile for uulog
@@ -11,7 +11,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CPPFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
-NOMAN= noman
+MKMAN= no
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources
diff --git a/gnu/libexec/uucp/uuname/Makefile b/gnu/libexec/uucp/uuname/Makefile
index 4a5d742e6e3..49de83d05f8 100644
--- a/gnu/libexec/uucp/uuname/Makefile
+++ b/gnu/libexec/uucp/uuname/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/10/25 09:32:00 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $
#
# Makefile for uuname
@@ -13,7 +13,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CPPFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
-NOMAN= noman
+MKMAN= no
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources
diff --git a/gnu/libexec/uucp/uupick/Makefile b/gnu/libexec/uucp/uupick/Makefile
index fdd450fadca..5297ed1a2b0 100644
--- a/gnu/libexec/uucp/uupick/Makefile
+++ b/gnu/libexec/uucp/uupick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/10/25 09:32:03 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:24 lukem Exp $
#
# Makefile for uupick
@@ -11,7 +11,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CPPFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
-NOMAN= noman
+MKMAN= no
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources