diff options
author | 2016-04-26 14:49:53 +0000 | |
---|---|---|
committer | 2016-04-26 14:49:53 +0000 | |
commit | 469d3e25856673ce40b234cfef8478d1d3347e31 (patch) | |
tree | ec0411a120ff757b85706ad49f8fced8ed73929f | |
parent | provide support for a library setting LIBREBUILD, in which case a ar(1) (diff) | |
download | wireguard-openbsd-469d3e25856673ce40b234cfef8478d1d3347e31.tar.xz wireguard-openbsd-469d3e25856673ce40b234cfef8478d1d3347e31.zip |
Enable LIBREBUILD to construct libc.so.*.a
-rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index a0fb9b479bd..cfb075376ae 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2015/11/10 04:14:03 guenther Exp $ +# $OpenBSD: Makefile,v 1.39 2016/04/26 14:49:53 deraadt Exp $ # # The YP functions are always in libc. To choose that getpwent() and friends # actually call the YP functions, put -DYP on the CFLAGS line below. @@ -6,6 +6,7 @@ .include <bsd.own.mk> LIB=c +LIBREBUILD=y CLEANFILES+=tags Symbols.map CFLAGS+=-Wimplicit #CFLAGS+=-Werror |