diff options
-rw-r--r-- | share/doc/papers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/doc/papers/Makefile b/share/doc/papers/Makefile index 8eec538..2c50ab1 100644 --- a/share/doc/papers/Makefile +++ b/share/doc/papers/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.2 1995/01/11 19:51:41 wollman Exp $ +# $Id: Makefile,v 1.3 1996/04/13 08:29:41 phk Exp $ SUBDIR= beyond4.3 diskperf fsinterface kernmalloc kerntune malloc memfs \ - newvm nqnfs px relengr sysperf + newvm nqnfs px relengr sysperf \ + contents .include <bsd.subdir.mk> |