diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-21 17:01:40 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-21 17:01:40 +0000 |
| commit | 36b4979fe0eb808d5877d43480a5b0af984c266b (patch) | |
| tree | 458711193b06e79a60ce505f3f30029ea7392e5f /sbin | |
| parent | 16c8aa776321e43545e1ee671bfb11f019e08dd5 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/rtsol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index f533ed89eea3..9a63bcd8584f 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 NOMAN= yes |
