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.
 
 
 
 

16 lines
260 B

  1. # $FreeBSD$
  2. .PATH: ${.CURDIR}/../shared
  3. BINDIR= /sbin
  4. PROG= ggatec
  5. SRCS= ggatec.c ggate.c
  6. MAN= ggatec.8
  7. DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
  8. LDADD= -lgeom -lsbuf -lbsdxml
  9. WARNS= 6
  10. CFLAGS+=-I${.CURDIR}/../shared
  11. CFLAGS+=-DLIBGEOM
  12. .include <bsd.prog.mk>