diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-10-26 20:23:21 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-10-26 20:23:21 +0000 |
commit | ee2bda90aadd745b0da4a9602c47af98701d83c6 (patch) | |
tree | d2eba2b8072374db3d28108b76c318e52fe372bb /usr.sbin/rtsold/Makefile | |
parent | 9c5590fe5b25ed0af87f52e93ba901900d4cd5bc (diff) |
use poll(2). sync w/kame
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index a7d148f726e..143d5d493d6 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2001/12/01 23:27:24 miod Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/26 20:23:20 itojun Exp $ PROG= rtsold SRCS= rtsold.c rtsol.c if.c probe.c dump.c -CPPFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_GETIFADDRS +CPPFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_GETIFADDRS -DHAVE_POLL_H MAN= rtsold.8 MLINKS= rtsold.8 rtsol.8 |