# $FreeBSD: releng/12.1/sbin/ggate/ggatel/Makefile 314656 2017-03-04 11:33:01Z ngie $ # $BSDSUniX $ .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