Skip to content

Commit 8ef0ddb

Browse files
author
Lefteris Koutsofios
committed
- took the 3d tool out of the build list but kept the code in place
3d has become too hard to build consider using ndfs which has some of the functionality of 3d
1 parent 4878ac3 commit 8ef0ddb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/cmd/3d/Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
if CC.HOSTTYPE == "no_build"
12
/*
23
* 3d fs library
34
*
@@ -101,3 +102,9 @@ terminal FEATURE/eaccess FEATURE/hack
101102
$(BINDIR)/3d $(SHELL) $(REGRESS) $(REGRESSFLAGS) $(*)
102103

103104
:: sys.tab
105+
106+
else
107+
108+
:NOTHING:
109+
110+
end

0 commit comments

Comments
 (0)