summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mtree/BSD.include.dist6
-rw-r--r--include/Makefile6
2 files changed, 8 insertions, 4 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index c166b8f..8f0c987 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -1,10 +1,14 @@
-# $Id: BSD.include.dist,v 1.17 1998/05/28 06:59:50 peter Exp $
+# $Id: BSD.include.dist,v 1.18 1998/09/14 08:34:45 obrien Exp $
#
/set type=dir uname=root gname=wheel mode=0755
.
arpa
..
+ cam
+ scsi
+ ..
+ ..
g++
std
..
diff --git a/include/Makefile b/include/Makefile
index 48581a7..c20f709 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.81 1998/09/09 01:21:19 jdp Exp $
+# $Id: Makefile,v 1.82 1998/09/09 11:13:55 kato Exp $
#
# Doing a make install builds /usr/include
#
@@ -41,11 +41,11 @@ PFILES= mqueue.h sched.h semaphore.h \
LFILES= errno.h fcntl.h poll.h syslog.h termios.h
LDIRS= msdosfs net netns netatalk netinet netipx netkey nfs \
- pccard posix4 sys vm \
+ pccard posix4 sys vm cam \
# netccitt netiso
LNOHEADERDIRS= isofs ufs
-LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs
+LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
OpenPOWER on IntegriCloud