From a643686d34378ffd47196a225b64f2fb08a610fa Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 6 Jul 2000 01:55:21 +0000 Subject: Correct style bugs in previous commit --- sbin/rtsol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/rtsol') 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 -- cgit v1.1