Do not compile in progress.c when SMALLPROG is defined.

This commit is contained in:
rin 2017-02-07 16:14:47 +00:00
parent c58abbea19
commit 872902e1dd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.46 2016/03/23 21:43:33 christos Exp $
# $NetBSD: Makefile,v 1.47 2017/02/07 16:14:47 rin Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
.include <bsd.own.mk>
@ -14,8 +14,8 @@ DUMP= ${NETBSDSRCDIR}/sbin/dump
CPPFLAGS+=-I${FSCK} -I${DUMP}
.ifndef SMALLPROG
CPPFLAGS+=-DPROGRESS
.endif
SRCS+= progress.c
.endif
.PATH: ${FSCK}
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/sys/ufs/ufs ${FSCK} ${DUMP}