Home | History | Annotate | Line # | Download | only in libproc
      1 # $NetBSD: Makefile,v 1.2 2016/02/05 10:16:12 roy Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TEST_SUBDIRS=
      6 .if ${MKATF} != "no"
      7 TEST_SUBDIRS+=	tests
      8 .endif
      9 
     10 SUBDIR= lib .WAIT ${TEST_SUBDIRS}
     11 
     12 .include <bsd.subdir.mk>
     13