diff options
Diffstat (limited to 'share/doc/papers')
-rw-r--r-- | share/doc/papers/Makefile | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/share/doc/papers/Makefile b/share/doc/papers/Makefile index bc42c47..ecab6f4 100644 --- a/share/doc/papers/Makefile +++ b/share/doc/papers/Makefile @@ -1,7 +1,20 @@ # $FreeBSD$ -SUBDIR= beyond4.3 bufbio diskperf fsinterface jail kernmalloc kerntune \ - malloc newvm nqnfs px relengr sysperf devfs \ - contents timecounter +SUBDIR= beyond4.3 \ + bufbio \ + contents \ + devfs \ + diskperf \ + fsinterface \ + jail \ + kernmalloc \ + kerntune \ + malloc \ + newvm \ + nqnfs \ + px \ + relengr \ + sysperf \ + timecounter .include <bsd.subdir.mk> |