From: gvf Date: Fri, 21 Mar 1997 14:42:42 +0000 (+0000) Subject: use ${COMPILE.c} even for the custom build X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=13160fa37773485fc39cd7585ca05869aca3b145;p=openbsd use ${COMPILE.c} even for the custom build --- diff --git a/usr.sbin/pcmciad/Makefile b/usr.sbin/pcmciad/Makefile index daf5a770080..38c2a5ecdd9 100644 --- a/usr.sbin/pcmciad/Makefile +++ b/usr.sbin/pcmciad/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/08/21 06:48:20 tholo Exp $ +# $Id: Makefile,v 1.4 1997/03/21 14:42:42 gvf Exp $ SRCS= pcmciad.c pcmcia_conf.c .PATH: ${.CURDIR}/../../sys/dev/pcmcia @@ -8,7 +8,7 @@ PROG= pcmciad MAN= pcmciad.8 pcmcia_conf.o: pcmcia_conf.c - $(CC) $(CFLAGS) -D_KERNEL -c $< + ${COMPILE.c} -D_KERNEL $< clean:: rm -f a.out [Ee]rrs mklog core *.core pcmciad pcmcia_conf.o pcmciad.o