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 line
283 B

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