diff options
author | markm <markm@FreeBSD.org> | 1995-11-12 19:29:08 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-11-12 19:29:08 +0000 |
commit | 6de60d6095ff6c82760288dd12d4a54d1dfef815 (patch) | |
tree | ed3ab3d204146b106b6e93cf60e959004f6239c4 | |
parent | f27a7effacf3dace14c48a4863a259dbfcd96139 (diff) | |
download | FreeBSD-src-6de60d6095ff6c82760288dd12d4a54d1dfef815.zip FreeBSD-src-6de60d6095ff6c82760288dd12d4a54d1dfef815.tar.gz |
Removed reference to missing mp.h in comment. We have GNU MP now.
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 2680c5d..c0ef118 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.29 1995/08/06 12:23:05 bde Exp $ +# $Id: Makefile,v 1.30 1995/10/27 06:51:02 julian Exp $ # # Doing a make install builds /usr/include # @@ -10,7 +10,6 @@ all depend lint tags: CLEANFILES=version vers.c SUBDIR= rpcsvc -# XXX MISSING: mp.h FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ err.h f2c.h fnmatch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h \ kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.h \ |