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

  1. # $FreeBSD$
  2. SYSCONFDIR?= ${PREFIX}/etc
  3. RCDIR= ${SYSCONFDIR}/rc.d
  4. SCRIPTSDIR= ${RCDIR}
  5. MAN= ggatessh.7
  6. SCRIPTS= ggatessh
  7. .if defined(PREFIX)
  8. SHAREDIR= ${PREFIX}/share
  9. .endif
  10. .include <bsd.prog.mk>