Makefile revision 1.2
11.2Sthorpej# $NetBSD: Makefile,v 1.2 2003/04/20 20:55:39 thorpej Exp $ 21.1Sthorpej 31.1Sthorpej.include <bsd.own.mk> 41.1Sthorpej 51.1Sthorpej# if you're adding new scripts, don't forget to update followings. 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