diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-14 18:43:57 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-14 18:43:57 +0000 |
| commit | 5c706347d55a92f19d568c9e23af775c9bb2e2c4 (patch) | |
| tree | f0047c80e0712956d1faa24f21d8878c4ddeeac7 /sbin | |
| parent | 0b22953b4ca3ebe4a4d8dbe4b167d9360cf9b5d2 (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 4287d9879db01..337f8c3c98332 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 |
