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.
|
- # $FreeBSD$
-
- SYSCONFDIR?= ${PREFIX}/etc
- RCDIR= ${SYSCONFDIR}/rc.d
- SCRIPTSDIR= ${RCDIR}
-
- MAN= ggatessh.7
-
- SCRIPTS= ggatessh
-
- .if defined(PREFIX)
- SHAREDIR= ${PREFIX}/share
- .endif
-
- .include <bsd.prog.mk>
|