diff options
| author | Warner Losh <imp@FreeBSD.org> | 1998-01-31 05:54:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1998-01-31 05:54:54 +0000 |
| commit | 7e291b9c9c62dd263f89624c502d28d0250af330 (patch) | |
| tree | 3200d8053bea1fe4c8a00c4a96b585146618d418 | |
| parent | 52dbfb5c0fc6631769b4eebb3b1df2c21750c2b2 (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 18caa3f947a0..83b632ae63ec 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.68 1998/01/01 23:17:05 steve Exp $ +# $Id: Makefile,v 1.69 1998/01/02 09:39:12 jkh Exp $ # # Doing a make install builds /usr/include # @@ -37,7 +37,7 @@ LDIRS= msdosfs net netns netatalk netinet netipx netkey nfs pccard sys vm \ # netccitt netiso LNOHEADERDIRS= isofs ufs -LSUBDIRS= isofs/cd9660 ufs/ffs ufs/lfs ufs/mfs ufs/ufs +LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is |
