Home | History | Annotate | Line # | Download | only in rc.d
Makefile revision 1.48
      1  1.48     lukem # $NetBSD: Makefile,v 1.48 2004/05/16 09:53:10 lukem Exp $
      2  1.11   thorpej 
      3  1.11   thorpej .include <bsd.own.mk>
      4  1.31      yamt 
      5  1.37      yamt # if you're adding new scripts, don't forget to update followings.
      6  1.37      yamt #	src/etc/postinstall
      7  1.37      yamt #	src/etc/mtree/special
      8  1.37      yamt #	src/distrib/sets/lists/etc/mi
      9   1.1     lukem 
     10  1.48     lukem CONFIGFILES=\
     11  1.48     lukem 	DAEMON LOGIN NETWORKING SERVERS \
     12  1.25     lukem 	accounting altqd amd apmd \
     13  1.35     elric 	bootparams bootconf.sh ccd cgd cleartmp cron \
     14  1.47       dbj 	dhclient dhcpd dhcrelay dmesg downinterfaces fixsb fsck \
     15  1.46  christos 	identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
     16  1.43     lukem 	kdc ldconfig lkm1 lkm2 lkm3 local lpd \
     17  1.29  jmcneill 	mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
     18  1.25     lukem 	moused mrouted \
     19  1.25     lukem 	named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
     20  1.41   thorpej 	poffd postfix powerd ppp pwcheck quota \
     21  1.34       abs 	racoon rpcbind raidframe raidframeparity rarpd rbootd root \
     22  1.44    martin 	route6d routed rtadvd rtclocaltime rtsold rwho \
     23  1.40    atatat 	savecore screenblank sendmail securelevel smmsp sshd \
     24  1.36  christos 	staticroute swap1 swap2 sysdb sysctl syslogd \
     25  1.45      jmmv 	timed tpctl ttys veriexec virecover wdogctl wscons wsmoused xdm xfs \
     26  1.39    martti 	ypbind yppasswdd ypserv
     27   1.1     lukem FILESDIR=	/etc/rc.d
     28   1.1     lukem FILESMODE=	${BINMODE}
     29   1.1     lukem 
     30   1.1     lukem .include <bsd.prog.mk>
     31