summaryrefslogtreecommitdiffstats
path: root/usr.bin/atm/sscop/Makefile
blob: 36d3dcfc0280aaeeb4fb199c6cebb75011eba551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop

.PATH:	${CONTRIB}

PROG=	sscop
SRCS=	common.c sscop_main.c
CFLAGS+= -I${CONTRIB} -DUSE_LIBBEGEMOT

DPADD=	${LIBBEGEMOT} ${LIBNETGRAPH} ${LIBNGATM}
LDADD=	-lbegemot -lnetgraph -lngatm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud