Skip to content

Commit

Permalink
Initial adaption of the ftnmon/* files for FTNd v0.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
jame committed Apr 6, 2012
1 parent 8f0dd90 commit 7bf300c
Show file tree
Hide file tree
Showing 8 changed files with 982 additions and 990 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
@@ -1,4 +1,9 @@
v0.01 01-Apr-2011 v0.02 06-Apr-2012

ftnmon/*:
Initial adaption of the ftnmon/* files for FTNd v0.02

v0.01 01-Apr-2012


general: general:
Initial fork and adaption from MBSE BBS v0.95.14 to FTNd v0.01 Initial fork and adaption from MBSE BBS v0.95.14 to FTNd v0.01
Expand Down
14 changes: 7 additions & 7 deletions ftnmon/Makefile
@@ -1,4 +1,4 @@
# Makefile for the mbmon # Makefile for the ftnmon
# Copyright (c) 2012 by Robert James Clay. # Copyright (c) 2012 by Robert James Clay.
# Copyright (c) 1997-2001 by M. Broek. # Copyright (c) 1997-2001 by M. Broek.


Expand All @@ -15,17 +15,17 @@ OTHER = Makefile
.c.o: .c.o:
${CC} ${CFLAGS} ${INCLUDES} ${DEFINES} -c $< ${CC} ${CFLAGS} ${INCLUDES} ${DEFINES} -c $<


all: mbmon all: ftnmon




mbmon: ${OBJS} ${SLIBS} ftnmon: ${OBJS} ${SLIBS}
${CC} -o mbmon ${OBJS} ${LDFLAGS} ${LIBS} ${SLIBS} ${CC} -o ftnmon ${OBJS} ${LDFLAGS} ${LIBS} ${SLIBS}


clean: clean:
rm -f mbmon *.o *.h~ *.c~ core filelist Makefile.bak rm -f ftnmon *.o *.h~ *.c~ core filelist Makefile.bak


install: all install: all
${INSTALL} -c -s -g ${GROUP} -o ${OWNER} -m 0700 mbmon ${BINDIR} ${INSTALL} -c -s -g ${GROUP} -o ${OWNER} -m 0700 ftnmon ${BINDIR}


filelist: Makefile filelist: Makefile
BASE=`pwd`; \ BASE=`pwd`; \
Expand Down Expand Up @@ -57,6 +57,6 @@ depend:
# DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
# Dependencies generated by make depend # Dependencies generated by make depend
mutil.o: ../config.h ../lib/ftndlib.h mutil.h mutil.o: ../config.h ../lib/ftndlib.h mutil.h
mbmon.o: ../config.h ../lib/ftndlib.h ../lib/users.h ../lib/ftnddb.h proglock.h mutil.h ftnmon.o: ../config.h ../lib/ftndlib.h ../lib/users.h ../lib/ftnddb.h proglock.h mutil.h
proglock.o: ../config.h ../lib/ftndlib.h proglock.h proglock.o: ../config.h ../lib/ftndlib.h proglock.h
# End of generated dependencies # End of generated dependencies

0 comments on commit 7bf300c

Please sign in to comment.