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

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

.PATH:	${CONTRIB}

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

LIBADD=	begemot ngatm

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