15212f7a83
This simplifies pathing in make/displayed output MFC after: 1 week Sponsored by: Dell EMC Isilon
14 lines
198 B
Makefile
14 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
CONTRIB= ${SRCTOP}/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>
|