Makefile revision 1.1
11.1Sthorpej# $NetBSD: Makefile,v 1.1 2003/04/18 05:40:06 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.1SthorpejFILES= power_button 101.1Sthorpej 111.1SthorpejFILESDIR= /etc/powerd/scripts 121.1SthorpejFILESMODE= ${BINMODE} 131.1Sthorpej 141.1Sthorpej.include <bsd.prog.mk> 15