Home | History | Annotate | Line # | Download | only in rc.d
Makefile revision 1.68.2.3.4.1
      1  1.68.2.3.4.1     matt # $NetBSD: Makefile,v 1.68.2.3.4.1 2010/04/21 05:21:24 matt 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.67   plunky 		bootconf.sh bootparams btattach btconfig btdevctl bthcid \
     14          1.55   simonb 		ccd cgd cleartmp cron \
     15  1.68.2.3.4.1     matt 		dhclient dhcpcd dhcpd dhcrelay dmesg downinterfaces envsys \
     16          1.68     yamt 		fsck ftp_proxy ftpd \
     17      1.68.2.2      snj 		hostapd httpd \
     18          1.60   dyoung 		identd ifwatchd inetd ipfilter ipfs ipmon ipnat 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.63  xtraeme 		perusertmp pf pf_boot pflogd poffd postfix powerd ppp pwcheck \
     26          1.55   simonb 		quota \
     27      1.68.2.3      snj 		racoon rpcbind raidframe raidframeparity rarpd rbootd rndctl \
     28      1.68.2.3      snj 		root 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.62   rpaulo 		veriexec virecover wdogctl wpa_supplicant wscons wsmoused \
     33          1.55   simonb 		ypbind yppasswdd ypserv
     34           1.1    lukem FILESDIR=	/etc/rc.d
     35           1.1    lukem FILESMODE=	${BINMODE}
     36           1.1    lukem 
     37      1.68.2.1      snj .if ${MKX11} != "no"
     38      1.68.2.1      snj CONFIGFILES+=	xdm xfs
     39      1.68.2.1      snj FILESBUILD_xdm=	yes
     40      1.68.2.1      snj FILESBUILD_xfs=	yes
     41      1.68.2.1      snj 
     42      1.68.2.1      snj .SUFFIXES: .in
     43      1.68.2.1      snj .in:
     44      1.68.2.1      snj 	${_MKTARGET_CREATE}
     45      1.68.2.1      snj 	${TOOL_SED} -e 's,@X11ROOTDIR@,${X11ROOTDIR},g' < ${.IMPSRC} > ${.TARGET}
     46      1.68.2.1      snj .endif
     47      1.68.2.1      snj 
     48           1.1    lukem .include <bsd.prog.mk>
     49