Changeset View
Changeset View
Standalone View
Standalone View
tests/sys/Makefile
| Show All 22 Lines | |||||
| TESTS_SUBDIRS+= ${_netgraph} | TESTS_SUBDIRS+= ${_netgraph} | ||||
| TESTS_SUBDIRS+= netinet | TESTS_SUBDIRS+= netinet | ||||
| TESTS_SUBDIRS+= netinet6 | TESTS_SUBDIRS+= netinet6 | ||||
| TESTS_SUBDIRS+= netipsec | TESTS_SUBDIRS+= netipsec | ||||
| TESTS_SUBDIRS+= netmap | TESTS_SUBDIRS+= netmap | ||||
| TESTS_SUBDIRS+= netpfil | TESTS_SUBDIRS+= netpfil | ||||
| TESTS_SUBDIRS+= opencrypto | TESTS_SUBDIRS+= opencrypto | ||||
| TESTS_SUBDIRS+= posixshm | TESTS_SUBDIRS+= posixshm | ||||
| TESTS_SUBDIRS+= racct | |||||
| TESTS_SUBDIRS+= sys | TESTS_SUBDIRS+= sys | ||||
| TESTS_SUBDIRS+= vfs | TESTS_SUBDIRS+= vfs | ||||
| TESTS_SUBDIRS+= vm | TESTS_SUBDIRS+= vm | ||||
| .if ${MK_AUDIT} != "no" | .if ${MK_AUDIT} != "no" | ||||
| _audit= audit | _audit= audit | ||||
| .endif | .endif | ||||
| Show All 14 Lines | |||||