]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/atm/sscop/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / usr.bin / atm / sscop / Makefile
1 # $FreeBSD$
2
3 CONTRIB= ${SRCTOP}/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 LIBADD= begemot ngatm
12
13 .include <bsd.prog.mk>