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.
 
 
 
 

15 lines
188 B

  1. # $FreeBSD$
  2. .PATH: ${.CURDIR:H}/shared
  3. PROG= ggatel
  4. MAN= ggatel.8
  5. SRCS= ggatel.c ggate.c
  6. CFLAGS+= -DLIBGEOM
  7. CFLAGS+= -I${.CURDIR:H}/shared
  8. LDADD= -lgeom -lutil
  9. .include <bsd.prog.mk>