Deleted Added
full compact
Makefile (110655) Makefile (110663)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 110655 2003-02-10 19:57:56Z nectar $
2# $FreeBSD: head/etc/Makefile 110663 2003-02-11 01:08:51Z ache $
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 devd.conf dhclient.conf fbtab ftpusers gettytab group \

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

183 cd ${DESTDIR}/usr/share/man; \
184 set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
185 while [ $$# -gt 0 ] ; \
186 do \
187 rm -rf "$$1"; \
188 ln -s "$$2" "$$1"; \
189 shift; shift; \
190 done
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 devd.conf dhclient.conf fbtab ftpusers gettytab group \

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

183 cd ${DESTDIR}/usr/share/man; \
184 set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
185 while [ $$# -gt 0 ] ; \
186 do \
187 rm -rf "$$1"; \
188 ln -s "$$2" "$$1"; \
189 shift; shift; \
190 done
191 cd ${DESTDIR}/usr/share/openssl/man; \
192 set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
193 while [ $$# -gt 0 ] ; \
194 do \
195 rm -rf "$$1"; \
196 ln -s "$$2" "$$1"; \
197 shift; shift; \
198 done
191 cd ${DESTDIR}/usr/share/locale; \
192 set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
193 while [ $$# -gt 0 ] ; \
194 do \
195 rm -rf "$$1"; \
196 ln -s "$$2" "$$1"; \
197 shift; shift; \
198 done

--- 18 unchanged lines hidden ---
199 cd ${DESTDIR}/usr/share/locale; \
200 set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
201 while [ $$# -gt 0 ] ; \
202 do \
203 rm -rf "$$1"; \
204 ln -s "$$2" "$$1"; \
205 shift; shift; \
206 done

--- 18 unchanged lines hidden ---