summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerru <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit46bb8fed4353a29584780ef69a8e7400a85984cd (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/mrouted
parentbc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff)
downloadFreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip
FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/common/Makefile7
1 files changed, 1 insertions, 6 deletions
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 <bsd.lib.mk>
OpenPOWER on IntegriCloud