Home | History | Annotate | Line # | Download | only in rc.d
Makefile revision 1.59
      1  1.59   dyoung # $NetBSD: Makefile,v 1.59 2006/08/05 17:26:14 dyoung 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.50    lukem #	src/distrib/sets/lists/etc/mi
      7  1.37     yamt #	src/etc/mtree/special
      8  1.50    lukem #	src/usr.sbin/postinstall/postinstall
      9   1.1    lukem 
     10  1.48    lukem CONFIGFILES=\
     11  1.55   simonb 		DAEMON LOGIN NETWORKING SERVERS \
     12  1.55   simonb 		accounting altqd amd apmd \
     13  1.58     tron 		bootconf.sh bootparams btconfig btcontrol bthcid \
     14  1.55   simonb 		ccd cgd cleartmp cron \
     15  1.55   simonb 		dhclient dhcpd dhcrelay dmesg downinterfaces \
     16  1.55   simonb 		fixsb fsck ftpd \
     17  1.55   simonb 		hostapd \
     18  1.59   dyoung 		identd ifwatchd inetd ipsec \
     19  1.55   simonb 		irdaattach iscsi_target isdnd \
     20  1.55   simonb 		kdc \
     21  1.55   simonb 		ldconfig lkm1 lkm2 lkm3 local lpd \
     22  1.55   simonb 		mixerctl mopd motd mountall mountcritlocal mountcritremote \
     23  1.55   simonb 		mountd moused mrouted \
     24  1.55   simonb 		named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
     25  1.55   simonb 		pf pf_boot pflogd poffd postfix powerd ppp pwcheck \
     26  1.55   simonb 		quota \
     27  1.55   simonb 		racoon rpcbind raidframe raidframeparity rarpd rbootd root \
     28  1.55   simonb 		route6d routed rtadvd rtclocaltime rtsold rwho \
     29  1.57  gdamore 		savecore screenblank sdpd securelevel sshd \
     30  1.55   simonb 		staticroute swap1 swap2 sysctl sysdb syslogd \
     31  1.55   simonb 		timed tpctl ttys \
     32  1.55   simonb 		veriexec virecover wdogctl wscons wsmoused \
     33  1.55   simonb 		xdm xfs \
     34  1.55   simonb 		ypbind yppasswdd ypserv
     35  1.59   dyoung .if (${MKIPFILTER:Uno} != "no") 
     36  1.59   dyoung CONFIGFILES+=ipfilter ipfs ipmon ipnat
     37  1.59   dyoung .endif
     38   1.1    lukem FILESDIR=	/etc/rc.d
     39   1.1    lukem FILESMODE=	${BINMODE}
     40   1.1    lukem 
     41   1.1    lukem .include <bsd.prog.mk>
     42