From 31525675904b199e80556db53c70d0777975e999 Mon Sep 17 00:00:00 2001 From: ume Date: Thu, 14 Aug 2003 18:43:57 +0000 Subject: support poll(2). Obtained from: KAME MFC after: 1 week --- sbin/rtsol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index 4287d98..337f8c3 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -18,7 +18,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold PROG= rtsol SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c -CFLAGS+=-DINET6 -DHAVE_GETIFADDRS +CFLAGS+=-DINET6 -DHAVE_POLL_H WARNS= 0 NOMAN= yes -- cgit v1.1