2003-12-27 03:29:21 +03:00
|
|
|
# $NetBSD: Makefile,v 1.44 2003/12/27 00:29:21 martin Exp $
|
2000-08-11 02:02:07 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-03-10 14:53:23 +03:00
|
|
|
|
2003-01-10 08:07:45 +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
|
2002-07-04 03:31:25 +04:00
|
|
|
|
2002-01-31 04:26:05 +03:00
|
|
|
FILES= DAEMON LOGIN NETWORKING SERVERS \
|
2001-12-12 15:19:09 +03:00
|
|
|
accounting altqd amd apmd \
|
2002-10-09 18:55:53 +04:00
|
|
|
bootparams bootconf.sh ccd cgd cleartmp cron \
|
2001-12-12 15:19:09 +03:00
|
|
|
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
|
2003-12-11 12:46:26 +03:00
|
|
|
ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
|
2003-12-26 15:04:35 +03:00
|
|
|
kdc ldconfig lkm1 lkm2 lkm3 local lpd \
|
2002-06-02 22:37:45 +04:00
|
|
|
mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
|
2001-12-12 15:19:09 +03:00
|
|
|
moused mrouted \
|
|
|
|
named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
|
2003-04-18 09:19:35 +04:00
|
|
|
poffd postfix powerd ppp pwcheck quota \
|
2002-09-03 19:35:51 +04:00
|
|
|
racoon rpcbind raidframe raidframeparity rarpd rbootd root \
|
2003-12-27 03:29:21 +03:00
|
|
|
route6d routed rtadvd rtclocaltime rtsold rwho \
|
2003-03-24 18:19:27 +03:00
|
|
|
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 \
|
2003-01-16 14:55:28 +03:00
|
|
|
ypbind yppasswdd ypserv
|
2000-03-10 14:53:23 +03:00
|
|
|
FILESDIR= /etc/rc.d
|
|
|
|
FILESMODE= ${BINMODE}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|