xref: /netbsd-src/external/bsd/libproc/Makefile (revision af0a4ca738181596c19b3d9b7aac1f1b12faa31a)
1# $NetBSD: Makefile,v 1.2 2016/02/05 10:16:12 roy Exp $
2
3.include <bsd.own.mk>
4
5TEST_SUBDIRS=
6.if ${MKATF} != "no"
7TEST_SUBDIRS+=	tests
8.endif
9
10SUBDIR= lib .WAIT ${TEST_SUBDIRS}
11
12.include <bsd.subdir.mk>
13