geom_gate userland utility improvements
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # $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>
|