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