Skip to content

Commit

Permalink
regmaild: Add initemaildb into list of programs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertabcd committed Jul 27, 2020
1 parent e786e29 commit e1dc424
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions daemon/regmaild/Makefile
Expand Up @@ -3,7 +3,7 @@ SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"

PROGS= regmaild
PROGRAMS= regmaild regmailc
PROGRAMS= regmaild regmailc initemaildb
UTILDIR= $(SRCROOT)/util
UTILOBJ= $(UTILDIR)/util_var.o

Expand Down Expand Up @@ -31,10 +31,8 @@ install: $(PROGS)
install -d $(BBSHOME)/bin/
install -c -m 755 $(PROGS) $(BBSHOME)/bin/

# TODO FIXME
initemaildb: regmaild.c
$(CC) -DINIT_MAIN $(CFLAGS) $(LDFLAGS) -o initemaildb regmaild.c $(LDLIBS)


clean:
rm -f *~ ${PROGRAMS} regmaild.o regmailc.o

0 comments on commit e1dc424

Please sign in to comment.