blob: 4f423ab492f2f37ccf6b222f0fac525cb4ee91a2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.4 2010/07/11 17:41:01 joerg Exp $
WBM_NAME= at
COMMENT= Webmin module to schedule execution of commands
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
|