diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-07 23:20:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-07 23:20:13 +0000 |
commit | 9f4257a0b68d853386a347f62ce9543b1adc4433 (patch) | |
tree | 9e51c868e46eecefbb58298200b969fd761e0716 | |
parent | aa63f47ee7c9bc442ea4dbe254cda3e049623c05 (diff) |
add gnu/lib/libgmp to WDIR for includes
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 791d475e23a..b5fbc7064c6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 1998/05/04 10:21:10 provos Exp $ +# $OpenBSD: Makefile,v 1.49 1998/06/07 23:20:12 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -41,7 +41,7 @@ RDIRS= ../lib/libcom_err ../lib/libcompat ../lib/libcurses ../lib/libform \ WDIRS= ../gnu/lib/libg++/libg++ ../gnu/lib/libg++/libio \ ../gnu/lib/libg++/librx ../gnu/lib/libg++/libstdc++ \ - ../gnu/usr.bin/gcc + ../gnu/usr.bin/gcc ../gnu/lib/libgmp NOOBJ= noobj |