summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-06 02:00:18 +0000
committerkris <kris@FreeBSD.org>2000-07-06 02:00:18 +0000
commitfc37193d7575813e332e1faffa470fe104a69c99 (patch)
tree9f30ee277b6330af9825f212671c2b32169f7785 /usr.sbin/rtsold
parenta643686d34378ffd47196a225b64f2fb08a610fa (diff)
downloadFreeBSD-src-fc37193d7575813e332e1faffa470fe104a69c99.zip
FreeBSD-src-fc37193d7575813e332e1faffa470fe104a69c99.tar.gz
Correct style bugs
Diffstat (limited to 'usr.sbin/rtsold')
-rw-r--r--usr.sbin/rtsold/Makefile4
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
OpenPOWER on IntegriCloud