dnl ----------------
AC_OUTPUT(Makefile config/Makefile h/Makefile sbr/Makefile uip/Makefile \
zotnet/Makefile zotnet/mts/Makefile zotnet/tws/Makefile \
- zotnet/mf/Makefile zotnet/bboards/Makefile mts/Makefile \
- mts/smtp/Makefile mts/sendmail/Makefile mts/mmdf/Makefile \
- etc/Makefile docs/Makefile man/Makefile, \
+ zotnet/mf/Makefile mts/Makefile mts/smtp/Makefile \
+ mts/sendmail/Makefile mts/mmdf/Makefile etc/Makefile \
+ docs/Makefile man/Makefile, \
[test -z "$CONFIG_HEADERS" || echo > stamp-h])
dnl Umm, what's the point of these assignments?? -- <dan-nmh@dilvish.speed.net>
# 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
DIST = $(AUX)
# subdirectories
-SUBDIRS = mts tws mf bboards
+SUBDIRS = mts tws mf
# ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========