diff options
author | bde <bde@FreeBSD.org> | 1998-08-02 14:21:35 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-08-02 14:21:35 +0000 |
commit | 06571cef5a763a11ee8b62f35459cd9bbb6e0a35 (patch) | |
tree | c27077d9dec7da6886d3ff7c4672e01cc7bb884d /share | |
parent | 8a2bb300224c54e332809b5966b466d0247a61f8 (diff) | |
download | FreeBSD-src-06571cef5a763a11ee8b62f35459cd9bbb6e0a35.zip FreeBSD-src-06571cef5a763a11ee8b62f35459cd9bbb6e0a35.tar.gz |
Oops, the SRCDIR=${.OBJDIR} hack is still necessary, (since bsd.doc.mk
has to cd to ${SRCDIR} to support inclusion messes elsewhere).
Fortunately the previous commit forgot to remove it.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/papers/memfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/memfs/Makefile b/share/doc/papers/memfs/Makefile index 5f05c3e..62a9178 100644 --- a/share/doc/papers/memfs/Makefile +++ b/share/doc/papers/memfs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 1.8 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.6 1997/02/22 13:03:48 peter Exp $ +# $Id: Makefile,v 1.7 1998/08/02 14:07:27 bde Exp $ VOLUME= papers DOC= memfs |