diff options
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index bb98ec7..2790059 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -16,8 +16,8 @@ PROG= rtsold SRCS= rtsold.c rtsol.c if.c probe.c dump.c CFLAGS+=-DINET6 -DHAVE_GETIFADDRS -LDADD+= -lkvm -DPADD+= ${LIBKVM} +LDADD= -lkvm +DPADD= ${LIBKVM} MAN8= rtsold.8 MLINKS= rtsold.8 rtsol.8 |