8 lines
147 B
Makefile
8 lines
147 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
if ENABLE_NNTP
|
|
NNTP_DIR=nntp
|
|
endif
|
|
|
|
SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local
|