blob: bb720feb4de2f9ea09fd7f32089e09a82c2c01ce (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.6 2012/12/20 23:07:03 dholland Exp $
WBM_NAME= useradmin
PKGREVISION= 1
COMMENT= Webmin module to manage users and groups
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
|