aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/mrouted
parent46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff)
Notes
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 4c0288125798..4a286c6e67c7 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>