Makefile revision 1.54
1# $NetBSD: Makefile,v 1.54 2006/04/30 19:57:07 rpaulo 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 hostapd \ 15 identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec irdaattach \ 16 iscsi_target isdnd \ 17 kdc ldconfig lkm1 lkm2 lkm3 local lpd \ 18 mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \ 19 moused mrouted \ 20 named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \ 21 pf pf_boot pflogd poffd postfix powerd ppp pwcheck quota \ 22 racoon rpcbind raidframe raidframeparity rarpd rbootd root \ 23 route6d routed rtadvd rtclocaltime rtsold rwho \ 24 savecore screenblank sendmail securelevel smmsp sshd \ 25 staticroute swap1 swap2 sysdb sysctl syslogd \ 26 timed tpctl ttys veriexec virecover wdogctl wscons wsmoused xdm xfs \ 27 ypbind yppasswdd ypserv 28FILESDIR= /etc/rc.d 29FILESMODE= ${BINMODE} 30 31.include <bsd.prog.mk> 32