summaryrefslogtreecommitdiff
path: root/etc/powerd/scripts/Makefile
blob: f6cb827417705b256d2373c3bdef74211ca72ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.3 2003/12/08 08:12:01 lukem Exp $

.include <bsd.own.mk>

# If you're adding new scripts, don't forget to update following:
#	src/etc/mtree/special
#	src/distrib/sets/lists/etc/mi

FILES=	power_button reset_button

FILESDIR=	/etc/powerd/scripts
FILESMODE=	${BINMODE}

.include <bsd.prog.mk>