Module Name: src Committed By: matt Date: Wed Aug 21 08:30:50 UTC 2013
Modified Files: src/sys/lib/libsa: Makefile Log Message: Use LIBISPRIVATE?= yes To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/lib/libsa/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/lib/libsa/Makefile diff -u src/sys/lib/libsa/Makefile:1.78 src/sys/lib/libsa/Makefile:1.79 --- src/sys/lib/libsa/Makefile:1.78 Fri Aug 10 16:05:27 2012 +++ src/sys/lib/libsa/Makefile Wed Aug 21 08:30:50 2013 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2012/08/10 16:05:27 joerg Exp $ +# $NetBSD: Makefile,v 1.79 2013/08/21 08:30:50 matt Exp $ LIB= sa -NOPIC= # defined -NOPROFILE=# defined +LIBISPRIVATE?= yes SA_USE_CREAD?= no # Read compressed kernels SA_INCLUDE_NET?= yes # Netboot via TFTP, NFS @@ -80,10 +79,6 @@ SRCS+= fnmatch.c # for historic compatibility ufs == ffsv1 SRCS+= ufs.c -# only needed during build -libinstall:: - -.undef DESTDIR .include <bsd.lib.mk> lib${LIB}.o:: ${OBJS}