diff options
author | 1996-07-31 00:20:57 +0000 | |
---|---|---|
committer | 1996-07-31 00:20:57 +0000 | |
commit | 77a65cb77fa1c1bbb64461ea1c38dc6ed3fb1061 (patch) | |
tree | 2736821f40f509ee3a3f87c8d5aebfc9afbed75c | |
parent | Redid the info-file build slightly, but with kept semantics. Made g77 (diff) | |
download | wireguard-openbsd-77a65cb77fa1c1bbb64461ea1c38dc6ed3fb1061.tar.xz wireguard-openbsd-77a65cb77fa1c1bbb64461ea1c38dc6ed3fb1061.zip |
We want to build libg++ even in OpenBSD/alpha
-rw-r--r-- | gnu/lib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 7bed40e0f3a..7bc8fe2c183 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,8 +1,5 @@ # $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $ -SUBDIR+= libmalloc -.if (${MACHINE_ARCH} != "alpha") -SUBDIR+= libg++ -.endif +SUBDIR+= libmalloc libg++ .include <bsd.subdir.mk> |