diff options
author | 1998-11-16 06:04:53 +0000 | |
---|---|---|
committer | 1998-11-16 06:04:53 +0000 | |
commit | 7582b8c4d6e5ba7605be7e8b2343fbdd93377fdf (patch) | |
tree | e5befdaf27e37fad92ba392c51c3272b94e9390d /lib | |
parent | fix _USE_WRITE (diff) | |
download | wireguard-openbsd-7582b8c4d6e5ba7605be7e8b2343fbdd93377fdf.tar.xz wireguard-openbsd-7582b8c4d6e5ba7605be7e8b2343fbdd93377fdf.zip |
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 |