Removed zotnet/bboards from default build.
[mmh] / zotnet / Makefile.in
index 4f43ffb..9178deb 100644 (file)
@@ -26,8 +26,7 @@ default_editor='$(default_editor)' default_pager='$(default_pager)'
 # object files in libzot.a
 OBJS = mts/mts.o mts/client.o \
        tws/dtime.o tws/dtimep.o tws/lexstring.o \
-       mf/mf.o \
-       bboards/getbbent.o
+       mf/mf.o
 
 # auxiliary files
 AUX = Makefile.in
@@ -36,7 +35,7 @@ AUX = Makefile.in
 DIST = $(AUX)
 
 # subdirectories
-SUBDIRS = mts tws mf bboards
+SUBDIRS = mts tws mf
 
 # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========