diff options
Diffstat (limited to 'share/doc/papers/Makefile')
-rw-r--r-- | share/doc/papers/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/share/doc/papers/Makefile b/share/doc/papers/Makefile new file mode 100644 index 000000000000..866fe20cd925 --- /dev/null +++ b/share/doc/papers/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +SUBDIR= beyond4.3 \ + bufbio \ + contents \ + devfs \ + diskperf \ + fsinterface \ + hwpmc \ + jail \ + kernmalloc \ + kerntune \ + malloc \ + newvm \ + relengr \ + sysperf \ + timecounter + +.include <bsd.subdir.mk> |