2006-05-30 04:40:22 +04:00
|
|
|
# $NetBSD: Makefile,v 1.56 2006/05/30 00:40:22 christos Exp $
|
2000-08-11 02:02:07 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-03-10 14:53:23 +03:00
|
|
|
|
2003-01-10 08:07:45 +03:00
|
|
|
# if you're adding new scripts, don't forget to update followings.
|
|
|
|
# src/distrib/sets/lists/etc/mi
|
2005-04-18 03:12:40 +04:00
|
|
|
# src/etc/mtree/special
|
|
|
|
# src/usr.sbin/postinstall/postinstall
|
2002-07-04 03:31:25 +04:00
|
|
|
|
2004-05-16 13:53:09 +04:00
|
|
|
CONFIGFILES=\
|
2006-05-14 19:43:54 +04:00
|
|
|
DAEMON LOGIN NETWORKING SERVERS \
|
|
|
|
accounting altqd amd apmd \
|
|
|
|
bootconf.sh bootparams \
|
|
|
|
ccd cgd cleartmp cron \
|
|
|
|
dhclient dhcpd dhcrelay dmesg downinterfaces \
|
|
|
|
fixsb fsck ftpd \
|
|
|
|
hostapd \
|
|
|
|
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec \
|
|
|
|
irdaattach iscsi_target isdnd \
|
|
|
|
kdc \
|
|
|
|
ldconfig lkm1 lkm2 lkm3 local lpd \
|
|
|
|
mixerctl mopd motd mountall mountcritlocal mountcritremote \
|
|
|
|
mountd moused mrouted \
|
|
|
|
named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
|
|
|
|
pf pf_boot pflogd poffd postfix powerd ppp pwcheck \
|
|
|
|
quota \
|
|
|
|
racoon rpcbind raidframe raidframeparity rarpd rbootd root \
|
|
|
|
route6d routed rtadvd rtclocaltime rtsold rwho \
|
2006-05-30 04:40:22 +04:00
|
|
|
savecore screenblank securelevel sshd \
|
2006-05-14 19:43:54 +04:00
|
|
|
staticroute swap1 swap2 sysctl sysdb syslogd \
|
|
|
|
timed tpctl ttys \
|
|
|
|
veriexec virecover wdogctl wscons wsmoused \
|
|
|
|
xdm xfs \
|
|
|
|
ypbind yppasswdd ypserv
|
2000-03-10 14:53:23 +03:00
|
|
|
FILESDIR= /etc/rc.d
|
|
|
|
FILESMODE= ${BINMODE}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|