NetBSD/etc/rc.d/Makefile

30 lines
1.0 KiB
Makefile
Raw Normal View History

2003-04-18 09:19:35 +04:00
# $NetBSD: Makefile,v 1.41 2003/04/18 05:19:35 thorpej 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 followings.
# src/etc/postinstall
# src/etc/mtree/special
# src/distrib/sets/lists/etc/mi
FILES= DAEMON LOGIN NETWORKING SERVERS \
accounting altqd amd apmd \
bootparams bootconf.sh ccd cgd 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 \
2003-04-18 09:19:35 +04:00
poffd postfix powerd ppp pwcheck quota \
racoon rpcbind raidframe raidframeparity rarpd rbootd root \
route6d routed rtadvd rtsold rwho \
savecore screenblank sendmail securelevel smmsp sshd \
2003-01-09 18:58:23 +03:00
staticroute swap1 swap2 sysdb sysctl syslogd \
2002-08-27 18:12:09 +04:00
timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \
ypbind yppasswdd ypserv
2000-03-10 14:53:23 +03:00
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}
.include <bsd.prog.mk>