diff options
| author | lukem <lukem@NetBSD.org> | 1999-03-13 23:17:46 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-03-13 23:17:46 +0000 |
| commit | 7e1c62baf89b330fce130da0045d712c2c650799 (patch) | |
| tree | 0dd0354b0cc28de2615b8b69186152b4fd473bc7 /gnu/libexec | |
| parent | 5a333883e0877a001809ec5f2bec4065f9f002a1 (diff) | |
set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
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:: |
