Deleted Added
full compact
Makefile (82480) Makefile (82521)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 82480 2001-08-29 04:03:41Z brian $
2# $FreeBSD: head/etc/Makefile 82521 2001-08-29 19:59:30Z alex $
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout \
10 dhclient.conf dm.conf fbtab ftpusers gettytab group \

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

32 ${.CURDIR}/../crypto/openssh/sshd_config \
33 primes
34.endif
35
36.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
37SSL= ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
38.endif
39
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout \
10 dhclient.conf dm.conf fbtab ftpusers gettytab group \

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

32 ${.CURDIR}/../crypto/openssh/sshd_config \
33 primes
34.endif
35
36.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
37SSL= ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
38.endif
39
40# -rwxr-xr-x root.wheel, for the new cron root.wheel
40# -rwxr-xr-x root:wheel, for the new cron root:wheel
41BIN2= netstart pccard_ether rc.suspend rc.resume
42
43MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
44 BSD.var.dist BSD.x11.dist BSD.x11-4.dist
45NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
46PPPCNF= ppp.deny ppp.shells.sample
47PPPCF2= ppp.conf
48ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \

--- 165 unchanged lines hidden ---
41BIN2= netstart pccard_ether rc.suspend rc.resume
42
43MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
44 BSD.var.dist BSD.x11.dist BSD.x11-4.dist
45NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
46PPPCNF= ppp.deny ppp.shells.sample
47PPPCF2= ppp.conf
48ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \

--- 165 unchanged lines hidden ---