diff options
author | 2014-01-11 03:35:57 +0000 | |
---|---|---|
committer | 2014-01-11 03:35:57 +0000 | |
commit | fba6db42fd62b7ae87ca62a2f536fdf25572cd8e (patch) | |
tree | eed7ba009033dbdf14605f524303613cbaf52510 | |
parent | unify with other Makefiles around here (diff) | |
download | wireguard-openbsd-fba6db42fd62b7ae87ca62a2f536fdf25572cd8e.tar.xz wireguard-openbsd-fba6db42fd62b7ae87ca62a2f536fdf25572cd8e.zip |
use NOMAN=1 for all directories
-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 \ |