Deleted Added
full compact
Makefile (57479) Makefile (57488)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 57479 2000-02-25 11:08:50Z peter $
2# $FreeBSD: head/etc/Makefile 57488 2000-02-25 14:27:33Z peter $
3
4SUBDIR= sendmail
5
6BIN1= aliases amd.map apmd.conf auth.conf \
7 crontab csh.cshrc csh.login csh.logout \
8 dhclient.conf dm.conf fbtab ftpusers gettytab group \
9 hosts hosts.allow host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access login.conf \

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

16 etc.${MACHINE_ARCH}/disktab \
17 etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
18 etc.${MACHINE_ARCH}/ttys \
19 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
20 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
21 ${.CURDIR}/../usr.bin/locate/locate/locate.rc
22
23.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH)
3
4SUBDIR= sendmail
5
6BIN1= aliases amd.map apmd.conf auth.conf \
7 crontab csh.cshrc csh.login csh.logout \
8 dhclient.conf dm.conf fbtab ftpusers gettytab group \
9 hosts hosts.allow host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access login.conf \

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

16 etc.${MACHINE_ARCH}/disktab \
17 etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
18 etc.${MACHINE_ARCH}/ttys \
19 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
20 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
21 ${.CURDIR}/../usr.bin/locate/locate/locate.rc
22
23.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH)
24BIN1+= ${.CURDIR}/../crypto/openssh/ssh_config \
24SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
25 ${.CURDIR}/../crypto/openssh/sshd_config
26.endif
27
28# -rwxr-xr-x root.wheel, for the new cron root.wheel
29BIN2= netstart pccard_ether rc.suspend rc.resume
30
31MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
32 BSD.var.dist BSD.x11.dist

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

55 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
56 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN2} ${DESTDIR}/etc; \
57 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/rc.conf ${DESTDIR}/etc/defaults/; \
58 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/make.conf ${DESTDIR}/etc/defaults/; \
59 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
60 ${DESTDIR}/var/log/cron; \
61 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
62 master.passwd ${DESTDIR}/etc; \
25 ${.CURDIR}/../crypto/openssh/sshd_config
26.endif
27
28# -rwxr-xr-x root.wheel, for the new cron root.wheel
29BIN2= netstart pccard_ether rc.suspend rc.resume
30
31MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
32 BSD.var.dist BSD.x11.dist

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

55 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
56 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN2} ${DESTDIR}/etc; \
57 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/rc.conf ${DESTDIR}/etc/defaults/; \
58 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/make.conf ${DESTDIR}/etc/defaults/; \
59 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
60 ${DESTDIR}/var/log/cron; \
61 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
62 master.passwd ${DESTDIR}/etc; \
63 ( cd ${.CURDIR}/periodic; ${MAKE} install );\
64 ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\
63 ( cd ${.CURDIR}/periodic; ${MAKE} install ); \
64 ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall ); \
65 ( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
66 ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
67 ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
68 ( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
65 ( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
66 ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
67 ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
68 ( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
69 ( cd ${.CURDIR}/isdn; ${MAKE} install );\
69 ( cd ${.CURDIR}/isdn; ${MAKE} install ); \
70 pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
71 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
72 MAKEDEV.local MAKEDEV ${DESTDIR}/dev )
70 pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
71 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
72 MAKEDEV.local MAKEDEV ${DESTDIR}/dev )
73.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH)
74 (cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${SSH} \
75 ${DESTDIR}/etc/ssh )
76.endif
73.if !defined(NO_MAKEDEV)
77.if !defined(NO_MAKEDEV)
74 (cd ${DESTDIR}/dev; sh MAKEDEV all) ;
78 (cd ${DESTDIR}/dev; sh MAKEDEV all)
75.endif
76 (cd ${.CURDIR}/root; \
77 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
78 ${DESTDIR}/root/.cshrc; \
79 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \
80 ${DESTDIR}/root/.klogin; \
81 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.login \
82 ${DESTDIR}/root/.login; \

--- 82 unchanged lines hidden ---
79.endif
80 (cd ${.CURDIR}/root; \
81 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
82 ${DESTDIR}/root/.cshrc; \
83 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \
84 ${DESTDIR}/root/.klogin; \
85 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.login \
86 ${DESTDIR}/root/.login; \

--- 82 unchanged lines hidden ---