blob: 392b00b248e454cdd3f4a86f85540e370b5654ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This source code is released into the public domain.
.include "Makefile.inc"
SUBDIR= liblfjail lfjail tests
TOPDIR= ${.CURDIR}
.export TOPDIR
HAS_TESTS=
SUBDIR+= tests
.include <bsd.subdir.mk>
|