mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
kill ufs/lfs so that make installworld completes successfully.
This commit is contained in:
parent
52dbfb5c0f
commit
7e291b9c9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32928
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user