Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp Pull in libipsec.



details:   https://anonhg.NetBSD.org/src/rev/c6beebd1e551
branches:  trunk
changeset: 552397:c6beebd1e551
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Sep 25 01:02:03 2003 +0000

description:
Pull in libipsec.

diffstat:

 usr.sbin/dhcp/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8acc72e717c9 -r c6beebd1e551 usr.sbin/dhcp/Makefile.inc
--- a/usr.sbin/dhcp/Makefile.inc        Thu Sep 25 01:01:39 2003 +0000
+++ b/usr.sbin/dhcp/Makefile.inc        Thu Sep 25 01:02:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2002/09/18 03:54:28 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.19 2003/09/25 01:02:03 mycroft Exp $
 
 WARNS?=        1
 
@@ -15,8 +15,10 @@
 CPPFLAGS+= -I${DIST} -I${DIST}/includes -Wno-unused
 LDADD+= ${COBJDIR}/libdhcp.a ${MROBJDIR}/libminires.a
 LDADD+= ${OMOBJDIR}/libomapi.a ${DSTOBJDIR}/libdst.a
+LDADD+= -lipsec
 DPADD+= ${COBJDIR}/libdhcp.a ${MROBJDIR}/libminires.a
 DPADD+= ${OMOBJDIR}/libomapi.a ${DSTOBJDIR}/libdst.a
+DPADD+= ${LIBIPSEC}
 
 .if exists(${.CURDIR}/../../Makefile.inc)
 .include "${.CURDIR}/../../Makefile.inc"



Home | Main Index | Thread Index | Old Index