summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
committerkris <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
commita643686d34378ffd47196a225b64f2fb08a610fa (patch)
treef32ffb185412b5f2c99a8e4272e259bf26523ef3 /sbin/rtsol
parent1bc7f5bab24ccd2def369230e2caec49181b34b2 (diff)
downloadFreeBSD-src-a643686d34378ffd47196a225b64f2fb08a610fa.zip
FreeBSD-src-a643686d34378ffd47196a225b64f2fb08a610fa.tar.gz
Correct style bugs in previous commit
Diffstat (limited to 'sbin/rtsol')
-rw-r--r--sbin/rtsol/Makefile4
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
OpenPOWER on IntegriCloud