]> diplodocus.org Git - nmh/blobdiff - zotnet/Makefile.in
A couple more tweaks to etc/Makefile.in:
[nmh] / zotnet / Makefile.in
index 4f43ffbc4e2d398f5ba9f70f2b5e46543a12e57f..cc20173ac6f8ae2ccc54b3892de761792ddff25b 100644 (file)
@@ -24,10 +24,7 @@ mailspool='$(mailspool)' sendmailpath='$(sendmailpath)' \
 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
+OBJS = mts/mts.o mts/client.o
 
 # auxiliary files
 AUX = Makefile.in
@@ -36,7 +33,7 @@ AUX = Makefile.in
 DIST = $(AUX)
 
 # subdirectories
-SUBDIRS = mts tws mf bboards
+SUBDIRS = mts
 
 # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========