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