summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-09-28 03:05:28 +0000
committermycroft <mycroft@NetBSD.org>1993-09-28 03:05:28 +0000
commit68f5f047abf030bdd4e9e3460f4be5166a55fa32 (patch)
treee82c6c93d99cec4166b35b9ceb2b6ab5d615d364 /lib/libc/Makefile
parent6d09f2d44688a312f5a08f0926127373f26e90e4 (diff)
Reenable building of Torek's quad library.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index a0292629263..c46b5bd01de 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.2 (Berkeley) 3/5/91
-# $Id: Makefile,v 1.11 1993/09/18 01:03:58 cgd Exp $
+# $Id: Makefile,v 1.12 1993/09/28 03:05:28 mycroft Exp $
#
# All library objects contain sccsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -30,8 +30,6 @@ AINC= -I${.CURDIR}/${MACHINE}
.include "${.CURDIR}/sys/Makefile.inc"
.include "${.CURDIR}/yp/Makefile.inc"
.include "${.CURDIR}/rpc/Makefile.inc"
-.ifdef notdef
.include "${.CURDIR}/quad/Makefile.inc"
-.endif
.include <bsd.lib.mk>