diff options
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/libuuconf/Makefile | 5 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile index 6abe20a59ae..2b7e9c7ad24 100644 --- a/gnu/libexec/uucp/libuuconf/Makefile +++ b/gnu/libexec/uucp/libuuconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/02/13 02:54:23 lukem Exp $ +# $NetBSD: Makefile,v 1.12 1999/03/13 23:18:18 lukem Exp $ # # This is the Makefile for the Taylor UUCP uuconf library @@ -20,9 +20,10 @@ CPPFLAGS+= -I$(.CURDIR)/../common_sources \ -DNEWCONFIGLIB=\"$(newconfigdir)\"\ -DOLDCONFIGLIB=\"$(oldconfigdir)\" +MKLINT= no MKMAN= no -MKPROFILE= no MKPIC= no +MKPROFILE= no # only needed during build libinstall:: diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile index ec18aabc870..0436dd02edf 100644 --- a/gnu/libexec/uucp/libuucp/Makefile +++ b/gnu/libexec/uucp/libuucp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:24 lukem Exp $ +# $NetBSD: Makefile,v 1.11 1999/03/13 23:18:41 lukem Exp $ # # This is the Makefile for the libuucp subdirectory of Taylor UUCP @@ -7,9 +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 -MKPROFILE= no MKPIC= no +MKPROFILE= no # only needed during build libinstall:: |
