summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-05-07 16:20:26 +0000
committermycroft <mycroft@NetBSD.org>1997-05-07 16:20:26 +0000
commit185b24dd5bc1076804e6937fc6babe3a5a7e40e0 (patch)
tree615c2d5837a28f8d0ee30c7fdd5568781c43f6dc /gnu/libexec
parent1b437a22e55fa9e2217e058ae9a3cb2e22e313ed (diff)
Use libinstall::, not install:, to prevent instaling LIB.
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/libunix/Makefile5
-rw-r--r--gnu/libexec/uucp/libuuconf/Makefile5
-rw-r--r--gnu/libexec/uucp/libuucp/Makefile5
3 files changed, 9 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile
index 9e771d48658..581b24fa8e2 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.5 1995/08/24 05:19:35 jtc Exp $
+# $Id: Makefile,v 1.6 1997/05/07 16:20:26 mycroft Exp $
LIB= unix
SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \
@@ -19,6 +19,7 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-install:
+# only needed during build
+libinstall::
.include <bsd.lib.mk>
diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile
index bbf5e1338e7..cfff5381c10 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.5 1995/08/24 05:20:40 jtc Exp $
+# $Id: Makefile,v 1.6 1997/05/07 16:20:28 mycroft Exp $
LIB= uuconf
SRCS= addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \
@@ -23,6 +23,7 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-install:
+# only needed during build
+libinstall::
.include <bsd.lib.mk>
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile
index cf746eee5d5..10c74e37335 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.4 1993/10/28 05:00:23 cgd Exp $
+# $Id: Makefile,v 1.5 1997/05/07 16:20:29 mycroft Exp $
LIB= uucp
SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \
@@ -10,6 +10,7 @@ NOMAN= noman
NOPROFILE= noprofile
NOPIC= nopic
-install:
+# only needed during build
+libinstall::
.include <bsd.lib.mk>