From aaa63ce9a565be9cc1f59cd332a5c85e313625ab Mon Sep 17 00:00:00 2001 From: tmm Date: Wed, 4 Apr 2001 18:17:28 +0000 Subject: Activate build of posix1e extensions in libc and libc_r that have been moved in from libposix1e, and deactivate build of the soon-to-be-removed libposix1e. Approved by: rwatson Obtained from: TrustedBSD Project --- lib/libc/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc') diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 2994f0e..b376fe8 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -24,6 +24,7 @@ NOASM= .include "${.CURDIR}/../libc/locale/Makefile.inc" .include "${.CURDIR}/../libc/net/Makefile.inc" .include "${.CURDIR}/../libc/nls/Makefile.inc" +.include "${.CURDIR}/../libc/posix1e/Makefile.inc" .if !defined(NO_QUAD) .include "${.CURDIR}/../libc/quad/Makefile.inc" .endif -- cgit v1.1