diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-08 19:14:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-08 19:14:29 +0000 |
commit | b7c2f1e0595c9da5ce53d3e75583afd1bd50cad8 (patch) | |
tree | defc723e72340f6c89a35153cc9abe19ba1ef1f3 | |
parent | d911077916c7b252d190f44f64b8cc298966dac7 (diff) |
pull in bsd.own.mk for NOPROFILE and NOPIC
-rw-r--r-- | lib/libm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index fca6b54695c..e7ca1bafdff 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.16 1999/03/07 01:21:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 1999/03/08 19:14:28 millert Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -43,6 +43,9 @@ # default standard # +# For NOPROFILE and NOPIC +.include <bsd.own.mk> + CFLAGS+= -D__LIBM_PRIVATE -D_USE_WRITE .if (${MACHINE_ARCH} == "i386") |