diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-04-26 14:49:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-04-26 14:49:54 +0000 |
commit | dbaed0f69897a2957d55cbe2b6c34ad24a3cf355 (patch) | |
tree | 5336ed3165198a5f6b1f97af0e2182698c209ce6 | |
parent | 13aeef532995e4643d21d6d44e7d88b911de5f0c (diff) |
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 |