Makefile revision 1.3
11.3Slukem# $NetBSD: Makefile,v 1.3 2003/12/08 08:12:01 lukem Exp $ 21.1Sthorpej 31.1Sthorpej.include <bsd.own.mk> 41.1Sthorpej 51.3Slukem# If you're adding new scripts, don't forget to update following: 61.1Sthorpej# src/etc/mtree/special 71.1Sthorpej# src/distrib/sets/lists/etc/mi 81.1Sthorpej 91.2SthorpejFILES= power_button reset_button 101.1Sthorpej 111.1SthorpejFILESDIR= /etc/powerd/scripts 121.1SthorpejFILESMODE= ${BINMODE} 131.1Sthorpej 141.1Sthorpej.include <bsd.prog.mk> 15