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/ping6/Makefile | 4 ++-- sbin/rtsol/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 8c77c96..3f671d7 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -10,8 +10,8 @@ BINOWN= root BINGRP= bin BINMODE=4555 -LDADD+= -lipsec -lmd -DPADD+= ${LIBIPSEC} ${LIBMD} +LDADD= -lipsec -lmd +DPADD= ${LIBIPSEC} ${LIBMD} # kame scopeid hack CFLAGS+=-DKAME_SCOPEID 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