3e11bd9e2a
Reduce overlinking
14 lines
208 B
Makefile
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>
|