summaryrefslogtreecommitdiffstats
path: root/usr.bin/atm/sscop
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-09-24 22:10:34 +0000
committertrhodes <trhodes@FreeBSD.org>2004-09-24 22:10:34 +0000
commit632ac71095e33f5c33298c92cc233b05687316a1 (patch)
tree244f62701b4807cd1e5678ab9522daa1aeda22af /usr.bin/atm/sscop
parentfdac1d1dcd78467a4ce8ecf76a6ecabc024516a2 (diff)
downloadFreeBSD-src-632ac71095e33f5c33298c92cc233b05687316a1.zip
FreeBSD-src-632ac71095e33f5c33298c92cc233b05687316a1.tar.gz
Fix build in the !NOATM case by using the begemot library in place of
using libisc which was a part of BIND8. Discussed with: des, re, dougb Submitted by: harti (one part) Reviewed by: harti (previous version)
Diffstat (limited to 'usr.bin/atm/sscop')
-rw-r--r--usr.bin/atm/sscop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile
index 25d1b77..16703bb 100644
--- a/usr.bin/atm/sscop/Makefile
+++ b/usr.bin/atm/sscop/Makefile
@@ -7,9 +7,9 @@ CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
PROG= sscop
SRCS= common.c sscop_main.c
WARNS?= 6
-CFLAGS+= -I${CONTRIB}
+CFLAGS+= -I${CONTRIB} -DUSE_LIBBEGEMOT
-DPADD= ${LIBISC} ${LIBNETGRAPH} ${LIBNGATM}
-LDADD= ${LIBISC} ${LIBNETGRAPH} ${LIBNGATM}
+DPADD= ${LIBBEGEMOT} ${LIBNETGRAPH} ${LIBNGATM}
+LDADD= -lbegemot -lnetgraph -lngatm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud