Deleted Added
full compact
Makefile (168283) Makefile (168410)
1# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
1# $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $
2# $FreeBSD: head/etc/rc.d/Makefile 168283 2007-04-02 22:53:07Z des $
2# $FreeBSD: head/etc/rc.d/Makefile 168410 2007-04-06 02:27:02Z pjd $
3
4.include <bsd.own.mk>
5
6FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
7 abi accounting addswap adjkerntz amd \
8 apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
9 bgfsck bluetooth bootparams bridge bsnmpd bthidd \
10 ccd cleanvar cleartmp cron \

--- 24 unchanged lines hidden (view full) ---

35 savecore sdpd securelevel sendmail \
36 serial sppp swap1 \
37 syscons sysctl syslogd \
38 timed tmp \
39 ugidfw \
40 var virecover \
41 watchdogd wpa_supplicant \
42 ypbind yppasswdd ypserv \
3
4.include <bsd.own.mk>
5
6FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
7 abi accounting addswap adjkerntz amd \
8 apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
9 bgfsck bluetooth bootparams bridge bsnmpd bthidd \
10 ccd cleanvar cleartmp cron \

--- 24 unchanged lines hidden (view full) ---

35 savecore sdpd securelevel sendmail \
36 serial sppp swap1 \
37 syscons sysctl syslogd \
38 timed tmp \
39 ugidfw \
40 var virecover \
41 watchdogd wpa_supplicant \
42 ypbind yppasswdd ypserv \
43 ypset ypupdated ypxfrd
43 ypset ypupdated ypxfrd \
44 zfs
44
45.if ${MK_OPENSSH} != "no"
46FILES+= sshd
47.endif
48
49.if ${MK_NS_CACHING} != "no"
50FILES+= cached
51.endif
52
53FILESDIR= /etc/rc.d
54FILESMODE= ${BINMODE}
55
56.include <bsd.prog.mk>
45
46.if ${MK_OPENSSH} != "no"
47FILES+= sshd
48.endif
49
50.if ${MK_NS_CACHING} != "no"
51FILES+= cached
52.endif
53
54FILESDIR= /etc/rc.d
55FILESMODE= ${BINMODE}
56
57.include <bsd.prog.mk>