]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/atm/sscop/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / atm / sscop / Makefile
1 # $FreeBSD$
2
3 CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
4
5 .PATH:  ${CONTRIB}
6
7 PROG=   sscop
8 SRCS=   common.c sscop_main.c
9 CFLAGS+= -I${CONTRIB} -DUSE_LIBBEGEMOT
10
11 DPADD=  ${LIBBEGEMOT} ${LIBNETGRAPH} ${LIBNGATM}
12 LDADD=  -lbegemot -lnetgraph -lngatm
13
14 .include <bsd.prog.mk>