summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-01-14 17:59:38 +0000
committerume <ume@FreeBSD.org>2004-01-14 17:59:38 +0000
commitff9ef7b64130048cb0de17257700f769628cf27c (patch)
treeef06316cf8e7b12c1eacfcbcf9e7e288ebdc9b11 /sbin
parent7fa7bd6ad2ca27f28c91cc116d9cad1aabbf9e73 (diff)
downloadFreeBSD-src-ff9ef7b64130048cb0de17257700f769628cf27c.zip
FreeBSD-src-ff9ef7b64130048cb0de17257700f769628cf27c.tar.gz
-DSMALL will remove the need of dump.c (for rtsol)
Obtained from: KAME
Diffstat (limited to 'sbin')
-rw-r--r--sbin/rtsol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index d6baa1e..c68ef2da 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -16,9 +16,9 @@
SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
-SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
+SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c
-CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H
+CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
WARNS= 0
NOMAN= yes
OpenPOWER on IntegriCloud