13eb765f2d
Reduce overlinking
15 lines
187 B
Makefile
15 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../shared
|
|
|
|
PROG= ggatel
|
|
MAN= ggatel.8
|
|
SRCS= ggatel.c ggate.c
|
|
|
|
CFLAGS+= -DLIBGEOM
|
|
CFLAGS+= -I${.CURDIR}/../shared
|
|
|
|
LIBADD= geom util
|
|
|
|
.include <bsd.prog.mk>
|