freebsd-dev/sbin/ggate/ggatel/Makefile
Pawel Jakub Dawidek 967d731f98 style.Makefile(5).
2004-05-22 10:33:18 +00:00

16 lines
241 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../shared
PROG= ggatel
MAN= ggatel.8
SRCS= ggatel.c ggate.c
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR}/../shared
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
.include <bsd.prog.mk>