From e288b27b294c6b4769deb80e095e1f3f1ce313ca Mon Sep 17 00:00:00 2001 From: veego Date: Sat, 11 Oct 1997 19:42:34 +0000 Subject: [PATCH] Don't install this libraries, we only this during the build. --- usr.sbin/lpr/common_source/Makefile | 5 ++++- usr.sbin/ypserv/common/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index de0d72d0472d..3323dc4bcf43 100644 --- a/usr.sbin/lpr/common_source/Makefile +++ b/usr.sbin/lpr/common_source/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1997/10/10 09:29:37 lukem Exp $ +# $NetBSD: Makefile,v 1.2 1997/10/11 19:42:34 veego Exp $ LIB= common SRCS= common.c displayq.c rmjob.c startdaemon.c @@ -6,6 +6,9 @@ SRCS= common.c displayq.c rmjob.c startdaemon.c NOPROFILE= noprofile NOPIC= nopic +# only needed during build +libinstall:: + .include LDADD= DPADD= diff --git a/usr.sbin/ypserv/common/Makefile b/usr.sbin/ypserv/common/Makefile index 62d227af974c..ac69108f7ee2 100644 --- a/usr.sbin/ypserv/common/Makefile +++ b/usr.sbin/ypserv/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1997/10/02 14:16:17 lukem Exp $ +# $NetBSD: Makefile,v 1.2 1997/10/11 19:42:37 veego Exp $ LIB= common SRCS= localhostname.c read_line.c ypdb.c yplib_host.c yplog.c ypresp_xdr.c @@ -6,6 +6,9 @@ SRCS= localhostname.c read_line.c ypdb.c yplib_host.c yplog.c ypresp_xdr.c NOPROFILE= noprofile NOPIC= nopic +# only needed during build +libinstall:: + .include LDADD= DPADD=