diff options
Diffstat (limited to 'usr.sbin/rpcbind/Makefile')
-rw-r--r-- | usr.sbin/rpcbind/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/rpcbind/Makefile b/usr.sbin/rpcbind/Makefile index 57907d3be871..1e9e5f705479 100644 --- a/usr.sbin/rpcbind/Makefile +++ b/usr.sbin/rpcbind/Makefile @@ -23,9 +23,7 @@ CFLAGS+= -DLIBWRAP LIBADD+= wrap .endif -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests WARNS?= 1 |