Home | History | Annotate | Line # | Download | only in scripts
Makefile revision 1.7.4.1
      1  1.7.4.1     matt #	$NetBSD: Makefile,v 1.7.4.1 2008/01/09 01:29:55 matt Exp $
      2      1.1  thorpej 
      3      1.1  thorpej .include <bsd.own.mk>
      4      1.1  thorpej 
      5      1.3    lukem # If you're adding new scripts, don't forget to update following:
      6      1.1  thorpej #	src/etc/mtree/special
      7      1.1  thorpej #	src/distrib/sets/lists/etc/mi
      8      1.1  thorpej 
      9  1.7.4.1     matt CONFIGFILES=	acadapter hotkey_button lid_switch power_button
     10  1.7.4.1     matt CONFIGFILES+=	reset_button sleep_button
     11      1.7  xtraeme CONFIGFILES+=	sensor_battery sensor_drive sensor_fan sensor_indicator
     12      1.7  xtraeme CONFIGFILES+=	sensor_power sensor_resistance sensor_temperature
     13      1.7  xtraeme CONFIGFILES+=	sensor_voltage
     14      1.1  thorpej 
     15      1.1  thorpej FILESDIR=	/etc/powerd/scripts
     16      1.1  thorpej FILESMODE=	${BINMODE}
     17      1.1  thorpej 
     18      1.1  thorpej .include <bsd.prog.mk>
     19