NetBSD/etc/rc.d/Makefile

30 lines
1.1 KiB
Makefile
Raw Normal View History

2004-02-01 05:32:58 +03:00
# $NetBSD: Makefile,v 1.46 2004/02/01 02:34:16 christos 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 \
2004-02-01 05:32:58 +03:00
identd 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 \
2003-12-27 03:29:21 +03:00
route6d routed rtadvd rtclocaltime rtsold rwho \
savecore screenblank sendmail securelevel smmsp sshd \
2003-01-09 18:58:23 +03:00
staticroute swap1 swap2 sysdb sysctl syslogd \
2004-01-14 13:51:54 +03:00
timed tpctl ttys veriexec 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>