From ee2f9698ff4bd184a0c6028e9bdab976a783aa0d Mon Sep 17 00:00:00 2001 From: mikel Date: Thu, 13 Mar 1997 04:24:38 +0000 Subject: [PATCH] use ${MKDEP} (and ${MKDEPFLAGS}) properly; from Thorsten Freauf in PR bin/3325. --- usr.bin/tn3270/tn3270/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index 1e53d0eef796..54367e6f838e 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1997/02/13 00:30:25 cgd Exp $ +# $NetBSD: Makefile,v 1.18 1997/03/13 04:24:38 mikel Exp $ .include "../../Makefile.inc" .include # for EXPORTABLE_SYSTEM definition @@ -95,7 +95,7 @@ ${MKHITS}: depend: .depend .depend: ${DEPSRCS} - mkdep ${MKDEP} ${CFLAGS:M-[ID]*} ${.ALLSRC:M*.c} + ${MKDEP} ${MKDEPFLAGS} ${CFLAGS:M-[ID]*} ${.ALLSRC:M*.c} .include