Deleted Added
full compact
Makefile (64618) Makefile (64629)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 64618 2000-08-13 18:38:58Z gshapiro $
2# $FreeBSD: head/etc/Makefile 64629 2000-08-14 02:49:39Z gshapiro $
3
4SUBDIR= sendmail
5
6BIN1= 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 \

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

106 cd ${.CURDIR}/namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
107 ${NAMEDB} ${DESTDIR}/etc/namedb
108 cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
109 ${PPPCNF} ${DESTDIR}/etc/ppp
110 cd ${.CURDIR}/ppp; ${INSTALL} -c -o root -g ${BINGRP} -m 600 \
111 ${PPPCF2} ${DESTDIR}/etc/ppp
112 cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
113 ${ETCMAIL} ${DESTDIR}/etc/mail
3
4SUBDIR= sendmail
5
6BIN1= 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 \

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

106 cd ${.CURDIR}/namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
107 ${NAMEDB} ${DESTDIR}/etc/namedb
108 cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
109 ${PPPCNF} ${DESTDIR}/etc/ppp
110 cd ${.CURDIR}/ppp; ${INSTALL} -c -o root -g ${BINGRP} -m 600 \
111 ${PPPCF2} ${DESTDIR}/etc/ppp
112 cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
113 ${ETCMAIL} ${DESTDIR}/etc/mail
114 @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
115 ! -f ${DESTDIR}/etc/aliases ]; then \
116 set -x; \
117 ln -s mail/aliases ${DESTDIR}/etc/aliases; \
118 fi
114 ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
115 ${DESTDIR}/etc/dumpdates
116 ${INSTALL} -c -o nobody -g ${BINGRP} -m 644 /dev/null \
117 ${DESTDIR}/var/db/locate.database
118 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
119 ${DESTDIR}/var/log/lpd-errs
120 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
121 ${DESTDIR}/var/log/maillog

--- 65 unchanged lines hidden ---
119 ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
120 ${DESTDIR}/etc/dumpdates
121 ${INSTALL} -c -o nobody -g ${BINGRP} -m 644 /dev/null \
122 ${DESTDIR}/var/db/locate.database
123 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
124 ${DESTDIR}/var/log/lpd-errs
125 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
126 ${DESTDIR}/var/log/maillog

--- 65 unchanged lines hidden ---