freebsd-dev/usr.bin/atm/sscop/Makefile
Enji Cooper 15212f7a83 Use SRCTOP instead of .CURDIR relative paths with ".."
This simplifies pathing in make/displayed output

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-02-11 20:19:04 +00:00

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>