diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-12-18 16:51:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-12-18 16:51:50 +0000 |
commit | f971ed7d9f1d39c805153c1ea90b958daad408e5 (patch) | |
tree | ca9dd655efcb5df51219e2182ff2dbb04a5c05ae | |
parent | 1b63de84b37f25e71a6cc165c122ca385b646a72 (diff) |
*cough*someone forgot to remove libgmp*cough*
-rw-r--r-- | include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 74ef78848dd..87257d02f9d 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.87 2000/11/21 00:51:30 millert Exp $ +# $OpenBSD: Makefile,v 1.88 2000/12/18 16:51:49 brad Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -50,9 +50,9 @@ RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper -WDIRS= ../lib/libssl ../gnu/lib/libgmp ../usr.sbin/httpd -WDIRS+= ../gnu/egcs/libio ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c \ - ../gnu/egcs/libobjc ../gnu/egcs/gcc +WDIRS= ../lib/libssl ../usr.sbin/httpd ../gnu/egcs/libio \ + ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c ../gnu/egcs/libobjc \ + ../gnu/egcs/gcc # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes |