![lukem](/assets/img/avatar_default.png)
target) instead of using home-grown 'distribution' targets or using FILES with the 'install' target. Add some etc/ subdir Makefiles where appropriate. XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES.
15 lines
321 B
Makefile
15 lines
321 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/05/16 09:53:09 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# If you're adding new scripts, don't forget to update following:
|
|
# src/etc/mtree/special
|
|
# src/distrib/sets/lists/etc/mi
|
|
|
|
CONFIGFILES= power_button reset_button
|
|
|
|
FILESDIR= /etc/powerd/scripts
|
|
FILESMODE= ${BINMODE}
|
|
|
|
.include <bsd.prog.mk>
|