From ff9ef7b64130048cb0de17257700f769628cf27c Mon Sep 17 00:00:00 2001 From: ume Date: Wed, 14 Jan 2004 17:59:38 +0000 Subject: -DSMALL will remove the need of dump.c (for rtsol) Obtained from: KAME --- sbin/rtsol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/rtsol/Makefile') 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 -- cgit v1.1