]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/atm/sscop/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>