freebsd-dev/usr.bin/atm/sscop/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

14 lines
208 B
Makefile

# $FreeBSD$
CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
.PATH: ${CONTRIB}
PROG= sscop
SRCS= common.c sscop_main.c
CFLAGS+= -I${CONTRIB} -DUSE_LIBBEGEMOT
LIBADD= begemot ngatm
.include <bsd.prog.mk>