]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - gnu/Makefile
Fix multiple small kernel memory disclosures. [EN-18:04.mem]
[FreeBSD/releng/10.3.git] / gnu / Makefile
1 #       @(#)Makefile    5.33.1.1 (Berkeley) 5/6/91
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= lib .WAIT \
7         ${_tests} usr.bin
8
9 .if ${MK_TESTS} != "no"
10 _tests= tests
11 .endif
12
13 SUBDIR_PARALLEL=
14
15 .include <bsd.subdir.mk>