diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
commit | 46bb8fed4353a29584780ef69a8e7400a85984cd (patch) | |
tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/mrouted | |
parent | bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff) | |
download | FreeBSD-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/Makefile | 7 |
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> |