diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-16 06:04:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-16 06:04:54 +0000 |
commit | 92aade5b60df891377a0234b254faa6ebdbca104 (patch) | |
tree | 18869a0f0f3c0c52584eceef80970b72ae609c51 /lib | |
parent | d8fab76c942e98baeea23d4da0b6f77afdc86136 (diff) |
use _USE_WRITE
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 86438cbcf9b..1a8c3f1b9b8 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ -# $OpenBSD: Makefile,v 1.12 1998/03/02 23:34:43 millert Exp $ +# $OpenBSD: Makefile,v 1.13 1998/11/16 06:04:53 deraadt Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -43,7 +43,7 @@ # default standard # -CFLAGS+= -D__LIBM_PRIVATE +CFLAGS+= -D__LIBM_PRIVATE -D_USE_WRITE .if (${MACHINE_ARCH} == "i386") .PATH: ${.CURDIR}/arch/i387 |