1994-10-09 20:31:01 +00:00
|
|
|
# $Id: Makefile,v 1.2 1994/09/23 09:01:20 rgrimes Exp $
|
1994-09-23 08:28:25 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
MTREE_DIR= ${.CURDIR}/../etc/mtree
|
|
|
|
|
1994-09-23 09:01:20 +00:00
|
|
|
hierarchy:
|
1994-10-09 20:31:01 +00:00
|
|
|
mtree -deU -f ${MTREE_DIR}/BSD.root.dist -p ${DESTDIR}/
|
|
|
|
mtree -deU -f ${MTREE_DIR}/BSD.var.dist -p ${DESTDIR}/var
|
|
|
|
mtree -deU -f ${MTREE_DIR}/BSD.usr.dist -p ${DESTDIR}/usr
|
1994-09-23 08:28:25 +00:00
|
|
|
.if defined(MAKE_LOCAL)
|
1994-10-09 20:31:01 +00:00
|
|
|
mtree -deU -f ${MTREE_DIR}/BSD.local.dist -p ${DESTDIR}/usr/local
|
1994-09-23 08:28:25 +00:00
|
|
|
.endif
|
1994-10-09 20:31:01 +00:00
|
|
|
rm -f ${DESTDIR}/sys
|
|
|
|
ln -s usr/src/sys ${DESTDIR}/sys
|