summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-14 18:43:57 +0000
committerume <ume@FreeBSD.org>2003-08-14 18:43:57 +0000
commit31525675904b199e80556db53c70d0777975e999 (patch)
treef0047c80e0712956d1faa24f21d8878c4ddeeac7 /usr.sbin/rtadvd/Makefile
parent992b2cf29d70f08a3f00b6c610cb42aaf4545991 (diff)
downloadFreeBSD-src-31525675904b199e80556db53c70d0777975e999.zip
FreeBSD-src-31525675904b199e80556db53c70d0777975e999.tar.gz
support poll(2).
Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile
index 99a668d..179ba4e 100644
--- a/usr.sbin/rtadvd/Makefile
+++ b/usr.sbin/rtadvd/Makefile
@@ -18,7 +18,7 @@ PROG= rtadvd
MAN= rtadvd.conf.5 rtadvd.8
SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
-CFLAGS+= -DINET6
+CFLAGS+= -DINET6 -DHAVE_POLL_H
DPADD= ${LIBCOMPAT}
LDADD= -lcompat
OpenPOWER on IntegriCloud