Index: head/lib/libcasper/Makefile =================================================================== --- head/lib/libcasper/Makefile (revision 322449) +++ head/lib/libcasper/Makefile (revision 322450) @@ -1,8 +1,10 @@ # $FreeBSD$ SUBDIR= libcasper SUBDIR+= services +SUBDIR.${MK_TESTS}+= tests + SUBDIR_PARALLEL= .include Index: head/lib/libcasper/services/Makefile =================================================================== --- head/lib/libcasper/services/Makefile (revision 322449) +++ head/lib/libcasper/services/Makefile (revision 322450) @@ -1,11 +1,13 @@ # $FreeBSD$ SUBDIR= cap_dns SUBDIR+= cap_grp SUBDIR+= cap_pwd SUBDIR+= cap_random SUBDIR+= cap_sysctl +SUBDIR.${MK_TESTS}+= tests + SUBDIR_PARALLEL= .include Index: head/lib/libcasper/services/tests/Makefile =================================================================== --- head/lib/libcasper/services/tests/Makefile (nonexistent) +++ head/lib/libcasper/services/tests/Makefile (revision 322450) @@ -0,0 +1,8 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/lib/libcasper/services + +.PATH: ${SRCTOP}/tests +KYUAFILE= yes + +.include Property changes on: head/lib/libcasper/services/tests/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lib/libcasper/tests/Makefile =================================================================== --- head/lib/libcasper/tests/Makefile (nonexistent) +++ head/lib/libcasper/tests/Makefile (revision 322450) @@ -0,0 +1,8 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/lib/libcasper + +.PATH: ${SRCTOP}/tests +KYUAFILE= yes + +.include Property changes on: head/lib/libcasper/tests/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property