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.
 
 
 
 

13 lines
170 B

  1. # $FreeBSD$
  2. .PATH: ${.CURDIR}/../shared
  3. BINDIR= /sbin
  4. PROG= ggated
  5. SRCS= ggated.c ggate.c
  6. MAN= ggated.8
  7. WARNS= 6
  8. CFLAGS+=-I${.CURDIR}/../shared
  9. .include <bsd.prog.mk>