diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-06-24 21:36:22 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-06-24 21:36:22 +0000 |
commit | 5b87702c6dae723e3a58318762692780adc788f5 (patch) | |
tree | 292332b34d0257bd532567b09358484d792c36a9 /gnu | |
parent | 2797d26f259dcf820a086e4110ca53c2db78bc5d (diff) |
add libgmp
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index a590b826783..e17ac1b55f7 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1996/08/20 05:13:51 tholo Exp $ +# $OpenBSD: Makefile,v 1.4 1997/06/24 21:36:21 provos Exp $ # $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $ -SUBDIR+= libg++ +SUBDIR+= libg++ libgmp .include <bsd.subdir.mk> |