diff options
author | ru <ru@FreeBSD.org> | 2002-04-04 06:49:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-04 06:49:46 +0000 |
commit | 0e89259d4a3f14ecb7bb20da70293c498f6608f0 (patch) | |
tree | 63b335de097d5ebf5a61bac93245e4a376e826f1 /Makefile.inc1 | |
parent | be562d9939bef023b3a501eec050d1df59f6a2d3 (diff) | |
download | FreeBSD-src-0e89259d4a3f14ecb7bb20da70293c498f6608f0.zip FreeBSD-src-0e89259d4a3f14ecb7bb20da70293c498f6608f0.tar.gz |
Unbreak buildworld after include/Makefile,v 1.167 commit.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index e7f4749..0dd3f76 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -226,8 +226,8 @@ USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \ usr/share/groff_font/devutf8 \ usr/share/tmac/mdoc usr/share/tmac/mm -INCDIRS= arpa g++/std isc objc protocols readline rpc rpcsvc openssl \ - security +INCDIRS= arpa dev fs g++/std isc isofs objc protocols \ + readline rpc rpcsvc openssl security ufs # # buildworld |