diff options
author | ume <ume@FreeBSD.org> | 2000-07-06 18:17:08 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2000-07-06 18:17:08 +0000 |
commit | 46f05f722bde595cbfa813a05bc48a27c884dcea (patch) | |
tree | a63611c535346158df5a28be23ddce1acbfdb8e8 /usr.sbin | |
parent | 8c0bd98e14f8c523eb1fb3a3b4303d3376eb24cd (diff) | |
download | FreeBSD-src-46f05f722bde595cbfa813a05bc48a27c884dcea.zip FreeBSD-src-46f05f722bde595cbfa813a05bc48a27c884dcea.tar.gz |
Make compilable.
Reported by: Ollivier Robert <roberto@eurocontrol.fr>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pim6sd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pim6sd/Makefile b/usr.sbin/pim6sd/Makefile index 53adb14..905321c 100644 --- a/usr.sbin/pim6sd/Makefile +++ b/usr.sbin/pim6sd/Makefile @@ -84,6 +84,7 @@ SRCS+= y.tab.h y.tab.h: cfparse.y CLEANFILES+= lex.yy.c y.tab.h y.tab.c CFLAGS+=-Wall +CFLAGS+=-I. -I${.CURDIR} CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS CFLAGS+=-DHAVE_STDARG_H DPADD= ${LIBY} ${LIBL} |