Deleted Added
full compact
Makefile (77976) Makefile (77993)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 77976 2001-06-10 13:02:52Z ache $
2# $FreeBSD: head/etc/Makefile 77993 2001-06-10 16:36:09Z 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 dhclient.conf dm.conf fbtab ftpusers gettytab group \

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

166 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
167 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
168 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
169 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
170 -p ${DESTDIR}/usr/include
171 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
172 -p ${DESTDIR}/usr/libdata/perl/5.6.0/mach
173 cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
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 \

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

166 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
167 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
168 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
169 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
170 -p ${DESTDIR}/usr/include
171 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
172 -p ${DESTDIR}/usr/libdata/perl/5.6.0/mach
173 cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
174 cd ${DESTDIR}/usr/share/man/en.ISO_8859-1; ln -sf ../man* .
174 cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
175 cd ${DESTDIR}/usr/share/man; \
176 set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
177 while [ $$# -gt 0 ] ; \
178 do \
179 rm -rf "$$1"; \
180 ln -s "$$2" "$$1"; \
181 shift; shift; \
182 done
175 cd ${DESTDIR}/usr/share/locale; \
176 set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
177 while [ $$# -gt 0 ] ; \
178 do \
179 rm -rf "$$1"; \
180 ln -s "$$2" "$$1"; \
181 shift; shift; \
182 done

--- 25 unchanged lines hidden ---
183 cd ${DESTDIR}/usr/share/locale; \
184 set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
185 while [ $$# -gt 0 ] ; \
186 do \
187 rm -rf "$$1"; \
188 ln -s "$$2" "$$1"; \
189 shift; shift; \
190 done

--- 25 unchanged lines hidden ---