[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.81.2.1

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

CVSweb <webmaster@jp.NetBSD.org>