1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2003/04/18 05:40:06 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej .include <bsd.own.mk> 4 1.1 thorpej 5 1.1 thorpej # if you're adding new scripts, don't forget to update followings. 6 1.1 thorpej # src/etc/mtree/special 7 1.1 thorpej # src/distrib/sets/lists/etc/mi 8 1.1 thorpej 9 1.1 thorpej FILES= power_button 10 1.1 thorpej 11 1.1 thorpej FILESDIR= /etc/powerd/scripts 12 1.1 thorpej FILESMODE= ${BINMODE} 13 1.1 thorpej 14 1.1 thorpej .include <bsd.prog.mk> 15