diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsmutil/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/libsmutil/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.sbin/sendmail/libsmutil/Makefile b/gnu/usr.sbin/sendmail/libsmutil/Makefile index a4decc6458b..9694e6de10c 100644 --- a/gnu/usr.sbin/sendmail/libsmutil/Makefile +++ b/gnu/usr.sbin/sendmail/libsmutil/Makefile @@ -1,13 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2010/02/03 20:49:00 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2012/11/02 21:54:37 miod Exp $ LIB= smutil SRCS= debug.c err.c lockfile.c safefile.c snprintf.c cf.c ENVDEF= -DNOT_SENDMAIL -.if ${MACHINE_CPU} == mips64 -CFLAGS+= -fno-stack-protector -.endif - # This is not a library that gets installed so only build the .a version NOPROFILE=1 NOPIC=1 |