Add extra dirs needed by install. Do the include/* by reusing
BSD.include.dist to make tracking this easier. Pointed out by: Rod Grimes
This commit is contained in:
parent
f55eb995a9
commit
52d4188c7f
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.195 1999/03/28 10:47:25 markm Exp $
|
||||
# $Id: Makefile,v 1.196 1999/04/11 19:46:36 ache Exp $
|
||||
|
||||
SUBDIR= sendmail
|
||||
|
||||
@ -114,6 +114,8 @@ distrib-dirs:
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
|
||||
-p ${DESTDIR}/usr/include
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
|
||||
-p ${DESTDIR}/usr/libdata/perl/5.00503/mach
|
||||
cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
|
||||
cd ${DESTDIR}/usr/share/locale; \
|
||||
set - `cat ${.CURDIR}/locale.alias`; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: BSD.usr.dist,v 1.154 1999/05/03 17:23:52 gpalmer Exp $
|
||||
# $Id: BSD.usr.dist,v 1.155 1999/05/03 17:42:34 gpalmer Exp $
|
||||
#
|
||||
|
||||
/set type=dir uname=root gname=wheel mode=0755
|
||||
@ -91,8 +91,12 @@
|
||||
..
|
||||
CORE
|
||||
..
|
||||
Data
|
||||
..
|
||||
IO
|
||||
..
|
||||
IPC
|
||||
..
|
||||
auto
|
||||
B
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user