diff options
Diffstat (limited to 'sbin/rtsol/Makefile')
-rw-r--r-- | sbin/rtsol/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index 4926191..f533ed8 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -16,11 +16,9 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold PROG= rtsol -SRCS= rtsold.c rtsol.c if.c probe.c dump.c +SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c CFLAGS+=-DINET6 -DHAVE_GETIFADDRS -LDADD= -lkvm -DPADD= ${LIBKVM} NOMAN= yes |