Home | History | Annotate | Line # | Download | only in rc.d
Makefile revision 1.66.12.4
      1  1.66.12.2      mjf # $NetBSD: Makefile,v 1.66.12.4 2009/01/17 20:43:44 mjf Exp $
      2       1.11  thorpej 
      3       1.11  thorpej .include <bsd.own.mk>
      4       1.31     yamt 
      5  1.66.12.4      mjf #
      6  1.66.12.4      mjf # NOTE:
      7  1.66.12.4      mjf #
      8  1.66.12.4      mjf # If you're adding new scripts, don't forget to update following:
      9       1.50    lukem #	src/distrib/sets/lists/etc/mi
     10       1.37     yamt #	src/etc/mtree/special
     11       1.50    lukem #	src/usr.sbin/postinstall/postinstall
     12  1.66.12.4      mjf #
     13        1.1    lukem 
     14       1.48    lukem CONFIGFILES=\
     15       1.55   simonb 		DAEMON LOGIN NETWORKING SERVERS \
     16       1.55   simonb 		accounting altqd amd apmd \
     17  1.66.12.2      mjf 		bootconf.sh bootparams btattach btconfig btdevctl bthcid \
     18       1.55   simonb 		ccd cgd cleartmp cron \
     19  1.66.12.1      mjf 		devfsd dhclient dhcpd dhcrelay dmesg downinterfaces envsys \
     20  1.66.12.3      mjf 		fsck ftp_proxy ftpd \
     21  1.66.12.4      mjf 		hostapd httpd \
     22       1.60   dyoung 		identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec \
     23       1.55   simonb 		irdaattach iscsi_target isdnd \
     24       1.55   simonb 		kdc \
     25  1.66.12.4      mjf 		ldconfig local lpd lvm\
     26       1.55   simonb 		mixerctl mopd motd mountall mountcritlocal mountcritremote \
     27       1.55   simonb 		mountd moused mrouted \
     28       1.55   simonb 		named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
     29  1.66.12.4      mjf 		perusertmp pf pf_boot pflogd postfix powerd ppp pwcheck \
     30       1.55   simonb 		quota \
     31  1.66.12.4      mjf 		racoon rpcbind raidframe raidframeparity rarpd rbootd rndctl \
     32  1.66.12.4      mjf 		root route6d routed rtadvd rtclocaltime rtsold rwho \
     33       1.57  gdamore 		savecore screenblank sdpd securelevel sshd \
     34       1.55   simonb 		staticroute swap1 swap2 sysctl sysdb syslogd \
     35       1.55   simonb 		timed tpctl ttys \
     36       1.62   rpaulo 		veriexec virecover wdogctl wpa_supplicant wscons wsmoused \
     37       1.55   simonb 		ypbind yppasswdd ypserv
     38        1.1    lukem FILESDIR=	/etc/rc.d
     39        1.1    lukem FILESMODE=	${BINMODE}
     40        1.1    lukem 
     41  1.66.12.4      mjf .if ${MKX11} != "no"
     42  1.66.12.4      mjf CONFIGFILES+=	xdm xfs
     43  1.66.12.4      mjf FILESBUILD_xdm=	yes
     44  1.66.12.4      mjf FILESBUILD_xfs=	yes
     45  1.66.12.4      mjf 
     46  1.66.12.4      mjf .SUFFIXES: .in
     47  1.66.12.4      mjf .in:
     48  1.66.12.4      mjf 	${_MKTARGET_CREATE}
     49  1.66.12.4      mjf 	${TOOL_SED} -e 's,@X11ROOTDIR@,${X11ROOTDIR},g' < ${.IMPSRC} > ${.TARGET}
     50  1.66.12.4      mjf .endif
     51  1.66.12.4      mjf 
     52        1.1    lukem .include <bsd.prog.mk>
     53