Home | History | Annotate | Line # | Download | only in rc.d
Makefile revision 1.43
      1  1.43     lukem # $NetBSD: Makefile,v 1.43 2003/12/26 12:04:35 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.26     lukem FILES=	DAEMON LOGIN NETWORKING SERVERS \
     11  1.25     lukem 	accounting altqd amd apmd \
     12  1.35     elric 	bootparams bootconf.sh ccd cgd cleartmp cron \
     13  1.25     lukem 	dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
     14  1.42    dyoung 	ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
     15  1.43     lukem 	kdc ldconfig lkm1 lkm2 lkm3 local lpd \
     16  1.29  jmcneill 	mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
     17  1.25     lukem 	moused mrouted \
     18  1.25     lukem 	named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
     19  1.41   thorpej 	poffd postfix powerd ppp pwcheck quota \
     20  1.34       abs 	racoon rpcbind raidframe raidframeparity rarpd rbootd root \
     21  1.25     lukem 	route6d routed rtadvd rtsold rwho \
     22  1.40    atatat 	savecore screenblank sendmail securelevel smmsp sshd \
     23  1.36  christos 	staticroute swap1 swap2 sysdb sysctl syslogd \
     24  1.33  takemura 	timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \
     25  1.39    martti 	ypbind yppasswdd ypserv
     26   1.1     lukem FILESDIR=	/etc/rc.d
     27   1.1     lukem FILESMODE=	${BINMODE}
     28   1.1     lukem 
     29   1.1     lukem .include <bsd.prog.mk>
     30