]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/atm/sscop/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>