diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-11 03:35:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-11 03:35:58 +0000 |
commit | f0d9ba2f5f9f149f0cfaf4e24f800f0601530c54 (patch) | |
tree | b60609f95d4c6732e02ee0b40d6dc9141d01a481 /distrib | |
parent | e5a5d60ff62f3d5852b13bd077bfce420d096627 (diff) |
use NOMAN=1 for all directories
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/Makefile.inc | 1 | ||||
-rw-r--r-- | distrib/special/libstubs/Makefile | 3 |
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 \ |