From 46bb8fed4353a29584780ef69a8e7400a85984cd Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 13 May 2002 11:24:03 +0000 Subject: Mark all internal libraries with INTERNALLIB. --- usr.sbin/amd/libamu/Makefile | 4 +--- usr.sbin/cron/lib/Makefile | 6 +----- usr.sbin/lpr/common_source/Makefile | 6 +----- usr.sbin/mrouted/common/Makefile | 7 +------ usr.sbin/pkg_install/lib/Makefile | 6 +----- 5 files changed, 5 insertions(+), 24 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/amd/libamu/Makefile b/usr.sbin/amd/libamu/Makefile index d055f3d..8a5de08 100644 --- a/usr.sbin/amd/libamu/Makefile +++ b/usr.sbin/amd/libamu/Makefile @@ -11,7 +11,7 @@ ${.CURDIR}/../../../contrib/amd/conf/umount LIB= amu -NOMAN= noman +INTERNALLIB= YES SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \ util.c wire.c xutil.c @@ -28,6 +28,4 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd/libamu \ nfs_prot_x.c: ${NFS_PROT_X} ${RPCCOM} -c -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET} -install: - .include diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile index ddb5fb1..ed14dfc 100644 --- a/usr.sbin/cron/lib/Makefile +++ b/usr.sbin/cron/lib/Makefile @@ -1,14 +1,10 @@ # $FreeBSD$ LIB= cron -NOPIC= yes -NOPROFILE= yes +INTERNALLIB= YES SRCS= entry.c env.c misc.c CFLAGS+= -I${.CURDIR}/../cron CFLAGS+= -DLOGIN_CAP -install: - @echo -n - .include diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index 7a23049..f563917 100644 --- a/usr.sbin/lpr/common_source/Makefile +++ b/usr.sbin/lpr/common_source/Makefile @@ -6,14 +6,10 @@ # but the library makes it much easier to modularize them. # LIB= lpr -NOPROFILE= noprofile -NOPIC= nopic -NOMAN= noman +INTERNALLIB= YES SRCS= common.c ctlinfo.c displayq.c net.c printcap.c request.c \ rmjob.c startdaemon.c CFLAGS+= ${CWARNFLAGS} -install: - .include diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile index 4c02881..4a286c6 100644 --- a/usr.sbin/mrouted/common/Makefile +++ b/usr.sbin/mrouted/common/Makefile @@ -4,14 +4,9 @@ S= ${.CURDIR}/.. .PATH: $S LIB= mrouted -NOPROFILE= yes -NOPIC= yes -NOMAN= #true +INTERNALLIB= YES SRCS= igmp.c inet.c kern.c CFLAGS+= -I$S -# nothing to install -install: - .include diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile index 5d78e2c..acb837e 100644 --- a/usr.sbin/pkg_install/lib/Makefile +++ b/usr.sbin/pkg_install/lib/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ LIB= install -NOPROFILE= yes -NOPIC= yes +INTERNALLIB= YES SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \ deps.c version.c @@ -10,7 +9,4 @@ CFLAGS+= ${DEBUG} WARNS?= 2 -install: - @echo -n - .include -- cgit v1.1