blob: 38182fe9a444536df0ad8ba5c76906db92a22fca (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.4 2010/07/11 17:41:07 joerg Exp $
WBM_NAME= tunnel
COMMENT= Webmin module to tunnel to another HTTP server
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
|