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