diff options
| author | cjs <cjs@NetBSD.org> | 1997-05-30 13:43:06 +0000 |
|---|---|---|
| committer | cjs <cjs@NetBSD.org> | 1997-05-30 13:43:06 +0000 |
| commit | 83498d7e8834cc2ebb5015cdec015fc92982fa9b (patch) | |
| tree | 3bd4bb7d776dbd8ef42a556b6a1de5627b627525 /gnu/libexec | |
| parent | d0b955050bad6aadf88b43eee8746e0a6af162ac (diff) | |
Remove empty libinstall target and add NOINSTALL=1.
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/libunix/Makefile | 6 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuuconf/Makefile | 6 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile index 581b24fa8e2..a4692478525 100644 --- a/gnu/libexec/uucp/libunix/Makefile +++ b/gnu/libexec/uucp/libunix/Makefile @@ -1,5 +1,5 @@ # This subdirectory contains Unix specific support functions. -# $Id: Makefile,v 1.6 1997/05/07 16:20:26 mycroft Exp $ +# $Id: Makefile,v 1.7 1997/05/30 13:43:06 cjs Exp $ LIB= unix SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \ @@ -19,7 +19,7 @@ NOMAN= noman NOPROFILE= noprofile NOPIC= nopic -# only needed during build -libinstall:: +# this library is used only for the build +NOINSTALL=1 .include <bsd.lib.mk> diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile index cfff5381c10..5082de9dac5 100644 --- a/gnu/libexec/uucp/libuuconf/Makefile +++ b/gnu/libexec/uucp/libuuconf/Makefile @@ -1,5 +1,5 @@ # This is the Makefile for the Taylor UUCP uuconf library -# $Id: Makefile,v 1.6 1997/05/07 16:20:28 mycroft Exp $ +# $Id: Makefile,v 1.7 1997/05/30 13:43:08 cjs Exp $ LIB= uuconf SRCS= addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \ @@ -23,7 +23,7 @@ NOMAN= noman NOPROFILE= noprofile NOPIC= nopic -# only needed during build -libinstall:: +# this library is used only for the build +NOINSTALL=1 .include <bsd.lib.mk> diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile index 10c74e37335..4b48d61bcd8 100644 --- a/gnu/libexec/uucp/libuucp/Makefile +++ b/gnu/libexec/uucp/libuucp/Makefile @@ -1,5 +1,5 @@ # This is the Makefile for the libuucp subdirectory of Taylor UUCP -# $Id: Makefile,v 1.5 1997/05/07 16:20:29 mycroft Exp $ +# $Id: Makefile,v 1.6 1997/05/30 13:43:10 cjs Exp $ LIB= uucp SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \ @@ -10,7 +10,7 @@ NOMAN= noman NOPROFILE= noprofile NOPIC= nopic -# only needed during build -libinstall:: +# this library is used only for the build +NOINSTALL=1 .include <bsd.lib.mk> |
