From: deraadt Date: Sat, 11 Jan 2014 03:35:57 +0000 (+0000) Subject: use NOMAN=1 for all directories X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fba6db42fd62b7ae87ca62a2f536fdf25572cd8e;p=openbsd use NOMAN=1 for all directories --- diff --git a/distrib/special/Makefile.inc b/distrib/special/Makefile.inc index 3586d866b38..8a8fb56df3c 100644 --- a/distrib/special/Makefile.inc +++ b/distrib/special/Makefile.inc @@ -4,3 +4,4 @@ COPTS+=-Os -fno-stack-protector MAN= LDSTATIC=-static NOPIE= +NOMAN=1 diff --git a/distrib/special/libstubs/Makefile b/distrib/special/libstubs/Makefile index a5f8b4d37ff..e421c023896 100644 --- a/distrib/special/libstubs/Makefile +++ b/distrib/special/libstubs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2014/01/08 04:35:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2014/01/11 03:35:57 deraadt Exp $ .include LIB= stubs @@ -28,7 +28,6 @@ SRCS+= asr.c \ NOPIC= Yes NOPROFILE=Yes -NOMAN= 1 CFLAGS+=-D__DBINTERFACE_PRIVATE -DSHA2_SMALL -UYP -I${LIBCSRCDIR}/include \ -DNO_LOG_BAD_DNS_RESPONSES -I${LIBCSRCDIR}/locale \