diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-07-06 02:17:29 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-07-06 02:17:29 +0000 |
commit | 01f3eb67e3ada8ebe824007654b12d5aef6b3728 (patch) | |
tree | 69f7c10e613c1db3a034b088c42e77220d2a2b4a | |
parent | 34606f13d5b4603cc00088bd61a6afd4581b983e (diff) | |
download | FreeBSD-src-01f3eb67e3ada8ebe824007654b12d5aef6b3728.zip FreeBSD-src-01f3eb67e3ada8ebe824007654b12d5aef6b3728.tar.gz |
The file tmac.r was not shipped on the 4.4 tape, mark this fact.
-rw-r--r-- | share/tmac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/tmac/Makefile b/share/tmac/Makefile index 4061407..a9d08ff 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -FILES= tmac.r tmac.andoc tmac.s tmac.e +# XXX MISSING: tmac.r +FILES= tmac.andoc tmac.s tmac.e MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an |