blob: 96f2f3ac2f4b247dcc626efe6a1d532c0a788604 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.6 2012/12/22 01:15:13 dholland Exp $
WBM_NAME= file
PKGREVISION= 1
COMMENT= Webmin module for managing file and directory permissions
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
|