6d52152500
consistent with what FreeBSD uses /etc/defaults for and since SVR4 uses /etc/default for another purpose. as discussed on tech-userlevel, and no objections were made.
10 lines
214 B
Makefile
10 lines
214 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/10/01 05:46:03 lukem Exp $
|
|
|
|
FILES= daily.conf monthly.conf rc.conf security.conf weekly.conf
|
|
FILESDIR= /etc/defaults
|
|
FILESMODE= ${NONBINMODE}
|
|
|
|
NOPROG= noprog
|
|
|
|
.include <bsd.prog.mk>
|