From 632ac71095e33f5c33298c92cc233b05687316a1 Mon Sep 17 00:00:00 2001 From: trhodes Date: Fri, 24 Sep 2004 22:10:34 +0000 Subject: 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) --- usr.bin/atm/sscop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/atm/sscop') 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 -- cgit v1.1