use NOMAN=1 for all directories
authorderaadt <deraadt@openbsd.org>
Sat, 11 Jan 2014 03:35:57 +0000 (03:35 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 11 Jan 2014 03:35:57 +0000 (03:35 +0000)
distrib/special/Makefile.inc
distrib/special/libstubs/Makefile

index 3586d86..8a8fb56 100644 (file)
@@ -4,3 +4,4 @@ COPTS+=-Os -fno-stack-protector
 MAN=
 LDSTATIC=-static
 NOPIE=
+NOMAN=1
index a5f8b4d..e421c02 100644 (file)
@@ -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 \