diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/rtsol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index a4279223a1e..a93a7b9ab58 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2000/01/05 01:54:50 itojun Exp $ +# $OpenBSD: Makefile,v 1.3 2000/02/25 10:32:21 itojun Exp $ PROG= rtsol SRCS= rtsold.c rtsol.c if.c probe.c dump.c -CPPFLAGS+=-DINET6 +CPPFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_GETIFADDRS #MAN= rtsold.8 NOMAN= yes |