]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/atm/sscop/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 WARNS?= 6
10 CFLAGS+= -I${CONTRIB} -DUSE_LIBBEGEMOT
11
12 DPADD=  ${LIBBEGEMOT} ${LIBNETGRAPH} ${LIBNGATM}
13 LDADD=  -lbegemot -lnetgraph -lngatm
14
15 .include <bsd.prog.mk>