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
238 B

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