mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
This simplifies pathing in make/displayed output MFC after: 1 week Sponsored by: Dell EMC Isilon
13 lines
198 B
Makefile
13 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>
|