aboutsummaryrefslogtreecommitdiff
path: root/sbin/rtsol
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-06 01:55:21 +0000
commit2dd1ffc97d62e40b6fa814c4de00dde29098adfe (patch)
tree8088d3381f810300b8bc64645c98555ad459719c /sbin/rtsol
parent8dfe6fb59c20bdef18e1938e0fdda81dc2266dc8 (diff)
downloadsrc-2dd1ffc97d62e40b6fa814c4de00dde29098adfe.tar.gz
src-2dd1ffc97d62e40b6fa814c4de00dde29098adfe.zip
Correct style bugs in previous commit
Notes
Notes: svn path=/head/; revision=62666
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 693fa4983573..4926191fd5ee 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