From 0ce91a608bfee744e6646e3e44a8dfdebd27ed6a Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 22 Oct 2015 05:32:45 +0000 Subject: Correctly reintroduce the rudimentary smoke tests I botched up in r289684 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- usr.sbin/makefs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr.sbin/makefs/Makefile') diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile index 882fe45..7a0ebf0 100644 --- a/usr.sbin/makefs/Makefile +++ b/usr.sbin/makefs/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + PROG= makefs CFLAGS+=-I${.CURDIR} @@ -32,4 +34,8 @@ SRCS+= ffs_tables.c CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd LIBADD= netbsd util sbuf +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif + .include -- cgit v1.1