1 # $NetBSD: Makefile,v 1.41 2003/04/18 05:19:35 thorpej Exp $ 2 3 .include <bsd.own.mk> 4 5 # if you're adding new scripts, don't forget to update followings. 6 # src/etc/postinstall 7 # src/etc/mtree/special 8 # src/distrib/sets/lists/etc/mi 9 10 FILES= DAEMON LOGIN NETWORKING SERVERS \ 11 accounting altqd amd apmd \ 12 bootparams bootconf.sh ccd cgd cleartmp cron \ 13 dhclient dhcpd dhcrelay dmesg downinterfaces fsck \ 14 ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd kdc \ 15 ldconfig lkm1 lkm2 lkm3 local lpd \ 16 mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \ 17 moused mrouted \ 18 named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \ 19 poffd postfix powerd ppp pwcheck quota \ 20 racoon rpcbind raidframe raidframeparity rarpd rbootd root \ 21 route6d routed rtadvd rtsold rwho \ 22 savecore screenblank sendmail securelevel smmsp sshd \ 23 staticroute swap1 swap2 sysdb sysctl syslogd \ 24 timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \ 25 ypbind yppasswdd ypserv 26 FILESDIR= /etc/rc.d 27 FILESMODE= ${BINMODE} 28 29 .include <bsd.prog.mk> 30