Home | History | Annotate | Line # | Download | only in scripts
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2003/04/20 20:55:39 thorpej Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 # if you're adding new scripts, don't forget to update followings.
      6 #	src/etc/mtree/special
      7 #	src/distrib/sets/lists/etc/mi
      8 
      9 FILES=	power_button reset_button
     10 
     11 FILESDIR=	/etc/powerd/scripts
     12 FILESMODE=	${BINMODE}
     13 
     14 .include <bsd.prog.mk>
     15