diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-10-03 08:34:59 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-10-03 08:34:59 +0000 |
commit | 531e73c1613dc0748426b2e689df6336cf03ba95 (patch) | |
tree | f5adecfa289c5e0690815e462473ff443a2fc6a7 /mail | |
parent | 3fbe2cc5a672bf32ef25da84672e3a93ae3d238b (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nmh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index ac8752aab124..9d5f1b0b865e 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --with-smtpservers="${NMH_SMTPSERVERS}" CONFIGURE_ARGS+= ${NMH_EXTRA_CONFIGURE_ARGS} .endif -CFLAGS+= -D${NMH_LOCKING} +CFLAGS+= -D${NMH_LOCKING} -O MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 flists.1 \ folder.1 folders.1 forw.1 inc.1 install-mh.1 mark.1 \ |