Don't install this libraries, we only this during the build.
This commit is contained in:
parent
470e6b8604
commit
e288b27b29
|
@ -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 <bsd.lib.mk>
|
||||
LDADD=
|
||||
DPADD=
|
||||
|
|
|
@ -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 <bsd.lib.mk>
|
||||
LDADD=
|
||||
DPADD=
|
||||
|
|
Loading…
Reference in New Issue