diff options
author | kris <kris@FreeBSD.org> | 2000-07-06 01:55:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-06 01:55:21 +0000 |
commit | a643686d34378ffd47196a225b64f2fb08a610fa (patch) | |
tree | f32ffb185412b5f2c99a8e4272e259bf26523ef3 /sbin/rtsol/Makefile | |
parent | 1bc7f5bab24ccd2def369230e2caec49181b34b2 (diff) | |
download | FreeBSD-src-a643686d34378ffd47196a225b64f2fb08a610fa.zip FreeBSD-src-a643686d34378ffd47196a225b64f2fb08a610fa.tar.gz |
Correct style bugs in previous commit
Diffstat (limited to 'sbin/rtsol/Makefile')
-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 |