summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-11 03:35:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-11 03:35:58 +0000
commitf0d9ba2f5f9f149f0cfaf4e24f800f0601530c54 (patch)
treeb60609f95d4c6732e02ee0b40d6dc9141d01a481 /distrib
parente5a5d60ff62f3d5852b13bd077bfce420d096627 (diff)
use NOMAN=1 for all directories
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/Makefile.inc1
-rw-r--r--distrib/special/libstubs/Makefile3
2 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk>
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 \