NetBSD/etc/rc.d/Makefile

28 lines
963 B
Makefile
Raw Normal View History

2002-08-27 18:12:09 +04:00
# $NetBSD: Makefile,v 1.33 2002/08/27 14:12:14 takemura Exp $
2000-08-11 02:02:07 +04:00
.include <bsd.own.mk>
2000-03-10 14:53:23 +03:00
# if you're adding new scripts, don't forget to update
# src/etc/postinstall and src/etc/mtree/special.
FILES= DAEMON LOGIN NETWORKING SERVERS \
accounting altqd amd apmd \
bootparams bootconf.sh ccd cleartmp cron \
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
2002-02-11 17:00:35 +03:00
ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd kdc \
ldconfig lkm1 lkm2 lkm3 local lpd \
2002-06-02 22:37:45 +04:00
mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
moused mrouted \
named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
poffd postfix ppp pwcheck quota \
racoon rpcbind raidframe rarpd rbootd root \
route6d routed rtadvd rtsold rwho \
2001-05-24 00:29:14 +04:00
savecore screenblank sendmail securelevel sshd \
2001-05-21 15:09:09 +04:00
swap1 swap2 sysdb sysctl syslogd \
2002-08-27 18:12:09 +04:00
timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \
2002-07-30 09:58:42 +04:00
ypbind yppasswdd ypserv
2000-03-10 14:53:23 +03:00
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}
.include <bsd.prog.mk>