diff options
author | wosch <wosch@FreeBSD.org> | 1996-04-19 21:24:34 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-04-19 21:24:34 +0000 |
commit | 22fe1ed19b2259b7d81c5b0756d0ba940643fb7f (patch) | |
tree | 3b86b9d5d07179880fd47590f58dc356a5c30898 /share | |
parent | 8831d940d641207c23a7b238e997e1ed9afd3cd7 (diff) | |
download | FreeBSD-src-22fe1ed19b2259b7d81c5b0756d0ba940643fb7f.zip FreeBSD-src-22fe1ed19b2259b7d81c5b0756d0ba940643fb7f.tar.gz |
add ``contents'' to SUBDIR
Diffstat (limited to 'share')
-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> |