diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 04:32:21 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 04:32:21 +0000 |
commit | f227112c930cb8f9226a91e1bc2288979702226e (patch) | |
tree | 7e7bd6ac383b79d0711a911b537f7a05fbef4726 | |
parent | 8fc3ecbc2664af846d88c23648f1fcb1ea38d308 (diff) |
Notes
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index f982b6c8ce9af..840c4c61b4253 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# Not done yet: csu -# Missing: libmp libplot +# XXX NOT DONE YET: csu +# XXX MISSING: libmp libplot SUBDIR= libc libcompat libcurses libedit libkvm libm \ libresolv librpc/rpc libtelnet libterm libutil liby |