Correct style bugs in previous commit

This commit is contained in:
kris 2000-07-06 01:55:21 +00:00
parent 0da089cd4c
commit 4bdb6aee28
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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