[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

Annotation of src/etc/rc.d/Makefile, Revision 1.68.2.2

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

CVSweb <webmaster@jp.NetBSD.org>