diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-10 22:11:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-10 22:11:51 +0000 |
commit | ab9987d9ae8c00d66fca7d7f385851066c5eda93 (patch) | |
tree | 025b9759b3c2e08646a879fa917cb3e7fe16a5cf /lib/libm/Makefile | |
parent | 87af8fd6830288a03ffd6c7a5dd0258791ce0e3d (diff) |
no need for SUBDIR now that vax is gone; ok deraadt
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 2df5bba8894..13ff55bae83 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.109 2016/03/09 16:28:47 deraadt Exp $ +# $OpenBSD: Makefile,v 1.110 2016/03/10 22:11:50 jmc Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -12,8 +12,6 @@ # is preserved. # ==================================================== -SUBDIR = man - .if (${MACHINE_ARCH} == "alpha") .PATH: ${.CURDIR}/arch/alpha ARCH_SRCS = s_copysign.S s_copysignf.S |