diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
| commit | 423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch) | |
| tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/mrouted | |
| parent | 46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff) | |
Notes
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 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> |
