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