diff options
Diffstat (limited to 'usr.sbin/mrouted/common/Makefile')
-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> |