19 lines
549 B
Makefile
19 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/12/22 19:04:11 jmcneill 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
|
|
|
|
CONFIGFILES= acadapter hotkey_button lid_switch power_button
|
|
CONFIGFILES+= reset_button sleep_button
|
|
CONFIGFILES+= sensor_battery sensor_drive sensor_fan sensor_indicator
|
|
CONFIGFILES+= sensor_power sensor_resistance sensor_temperature
|
|
CONFIGFILES+= sensor_voltage
|
|
|
|
FILESDIR= /etc/powerd/scripts
|
|
FILESMODE= ${BINMODE}
|
|
|
|
.include <bsd.prog.mk>
|