2c1cfc8e8c
make -V FILES from being useful (and given that every other variable can be extracted using make -V, the behaviour was unusually inconsistent given that the original reason for clearing it doesn't seem to be relevant anymore) - use <bsd.prog.mk> instead of directly including <bsd.files.mk> (and possibly <bsd.man.mk> or <bsd.own.mk>) - remove obsolete NOPROG
8 lines
198 B
Makefile
8 lines
198 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/04/24 08:18:45 lukem Exp $
|
|
|
|
FILES= daily.conf monthly.conf rc.conf security.conf weekly.conf
|
|
FILESDIR= /etc/defaults
|
|
FILESMODE= ${NONBINMODE}
|
|
|
|
.include <bsd.prog.mk>
|