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