Add new cam include hierarchy.
This commit is contained in:
parent
712f3941ea
commit
78e7747291
@ -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
|
||||
..
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user