blob: 5423002ee07ac75abe4e325d7ed3e1d27b19eda4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:05 obache Exp $
WBM_NAME= status
WBM_DEPEND_MODULES+= mailboxes
COMMENT= Webmin module to view the status of services
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
|