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