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