diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-02-19 06:18:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-02-19 06:18:11 +0000 |
commit | 2556dc0176c361cc63f1b69000448e2d0760be40 (patch) | |
tree | 60821db4734f0bd789c97302eef8faf430baf744 /gnu/usr.sbin/sendmail/libmilter | |
parent | 7790feccc633b4f0443306929367b5ce02637b15 (diff) |
Give milter the ghost of a chance of working; still not supported in any way.
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter')
-rw-r--r-- | gnu/usr.sbin/sendmail/libmilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/Makefile b/gnu/usr.sbin/sendmail/libmilter/Makefile index 759b2b45e89..56bda2ca722 100644 --- a/gnu/usr.sbin/sendmail/libmilter/Makefile +++ b/gnu/usr.sbin/sendmail/libmilter/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/14 03:21:40 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2003/02/19 06:18:10 millert Exp $ LIB= milter SRCS= main.c engine.c listener.c handler.c comm.c smfi.c signal.c \ sm_gethost.c errstring.c strl.c -CPPFLAGS+= -pthread -Dsm_snprintf=snprintf +CPPFLAGS+= -D_FFR_MILTER_ROOT_UNSAFE -pthread -Dsm_snprintf=snprintf .PATH: ${.CURDIR}/../libsm # This is not a library that gets installed so only build the .a version |