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:H}/shared
-
- PROG= ggatec
- MAN= ggatec.8
- SRCS= ggatec.c ggate.c
-
- CFLAGS+= -DMAX_SEND_SIZE=32768
- CFLAGS+= -DLIBGEOM
- CFLAGS+= -I${.CURDIR:H}/shared
-
- LDADD= -lgeom -lutil -lpthread
-
- .include <bsd.prog.mk>
|