2009-04-16 02:36:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.76 2009/04/15 22:36:04 joerg Exp $
|
2000-08-11 02:02:07 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-03-10 14:53:23 +03:00
|
|
|
|
2009-01-08 05:07:28 +03:00
|
|
|
#
|
|
|
|
# NOTE:
|
|
|
|
#
|
|
|
|
# If you're adding new scripts, don't forget to update following:
|
2003-01-10 08:07:45 +03:00
|
|
|
# src/distrib/sets/lists/etc/mi
|
2005-04-18 03:12:40 +04:00
|
|
|
# src/etc/mtree/special
|
|
|
|
# src/usr.sbin/postinstall/postinstall
|
2009-01-08 05:07:28 +03:00
|
|
|
#
|
2009-04-16 02:36:04 +04:00
|
|
|
# You can find a script to visualize the dependency graph in
|
|
|
|
# src/sbin/rcorder.
|
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 \
|
2008-04-15 15:17:47 +04:00
|
|
|
bootconf.sh bootparams btattach btconfig btdevctl bthcid \
|
2006-05-14 19:43:54 +04:00
|
|
|
ccd cgd cleartmp cron \
|
2007-07-01 12:01:29 +04:00
|
|
|
dhclient dhcpd dhcrelay dmesg downinterfaces envsys \
|
2008-06-18 13:06:25 +04:00
|
|
|
fsck ftp_proxy ftpd \
|
2008-12-11 16:55:16 +03:00
|
|
|
hostapd httpd \
|
2006-08-07 06:08:47 +04:00
|
|
|
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec \
|
2006-05-14 19:43:54 +04:00
|
|
|
irdaattach iscsi_target isdnd \
|
|
|
|
kdc \
|
2009-01-16 04:59:23 +03:00
|
|
|
ldconfig local lpd lvm\
|
2006-05-14 19:43:54 +04:00
|
|
|
mixerctl mopd motd mountall mountcritlocal mountcritremote \
|
|
|
|
mountd moused mrouted \
|
|
|
|
named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
|
2008-12-20 16:20:58 +03:00
|
|
|
perusertmp pf pf_boot pflogd postfix powerd ppp pwcheck \
|
2006-05-14 19:43:54 +04:00
|
|
|
quota \
|
2009-01-04 15:10:30 +03:00
|
|
|
racoon rpcbind raidframe raidframeparity rarpd rbootd rndctl \
|
|
|
|
root route6d routed rtadvd rtclocaltime rtsold rwho \
|
2006-06-19 19:44:33 +04:00
|
|
|
savecore screenblank sdpd securelevel sshd \
|
2006-05-14 19:43:54 +04:00
|
|
|
staticroute swap1 swap2 sysctl sysdb syslogd \
|
|
|
|
timed tpctl ttys \
|
2006-10-07 20:50:34 +04:00
|
|
|
veriexec virecover wdogctl wpa_supplicant wscons wsmoused \
|
2006-05-14 19:43:54 +04:00
|
|
|
ypbind yppasswdd ypserv
|
2000-03-10 14:53:23 +03:00
|
|
|
FILESDIR= /etc/rc.d
|
|
|
|
FILESMODE= ${BINMODE}
|
|
|
|
|
2008-12-05 21:55:22 +03:00
|
|
|
.if ${MKX11} != "no"
|
|
|
|
CONFIGFILES+= xdm xfs
|
|
|
|
FILESBUILD_xdm= yes
|
|
|
|
FILESBUILD_xfs= yes
|
|
|
|
|
|
|
|
.SUFFIXES: .in
|
|
|
|
.in:
|
|
|
|
${_MKTARGET_CREATE}
|
|
|
|
${TOOL_SED} -e 's,@X11ROOTDIR@,${X11ROOTDIR},g' < ${.IMPSRC} > ${.TARGET}
|
|
|
|
.endif
|
|
|
|
|
2000-03-10 14:53:23 +03:00
|
|
|
.include <bsd.prog.mk>
|