diff options
Diffstat (limited to 'usr.sbin/pim6dd/Makefile')
-rw-r--r-- | usr.sbin/pim6dd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pim6dd/Makefile b/usr.sbin/pim6dd/Makefile index a35c710..4f1fd56 100644 --- a/usr.sbin/pim6dd/Makefile +++ b/usr.sbin/pim6dd/Makefile @@ -84,7 +84,6 @@ SRCS= mld6.c mld6_proto.c\ CFLAGS+=-Wall CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS -MAN5= pim6dd.conf.5 -MAN8= pim6dd.8 +MAN= pim6dd.conf.5 pim6dd.8 .include <bsd.prog.mk> |