Makefile revision 1.47
1# $NetBSD: Makefile,v 1.47 2004/04/18 04:02:27 dbj 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 10FILES= DAEMON LOGIN NETWORKING SERVERS \ 11 accounting altqd amd apmd \ 12 bootparams bootconf.sh ccd cgd cleartmp cron \ 13 dhclient dhcpd dhcrelay dmesg downinterfaces fixsb fsck \ 14 identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \ 15 kdc 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 rtclocaltime rtsold rwho \ 22 savecore screenblank sendmail securelevel smmsp sshd \ 23 staticroute swap1 swap2 sysdb sysctl syslogd \ 24 timed tpctl ttys veriexec virecover wdogctl wscons wsmoused xdm xfs \ 25 ypbind yppasswdd ypserv 26FILESDIR= /etc/rc.d 27FILESMODE= ${BINMODE} 28 29.include <bsd.prog.mk> 30