blob: cce2751214e846f54c36895b6ac98fb2cbdea0a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD: src/share/doc/papers/Makefile,v 1.17.8.1 2009/04/15 03:14:26 kensmith Exp $
SUBDIR= beyond4.3 \
bufbio \
contents \
devfs \
diskperf \
fsinterface \
hwpmc \
jail \
kernmalloc \
kerntune \
malloc \
newvm \
relengr \
sysperf \
timecounter
.include <bsd.subdir.mk>
|