22289a8c3d
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
169 B
Makefile
14 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/shared
|
|
|
|
PROG= ggated
|
|
MAN= ggated.8
|
|
SRCS= ggated.c ggate.c
|
|
|
|
LIBADD= pthread util
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/shared
|
|
|
|
.include <bsd.prog.mk>
|