summaryrefslogtreecommitdiff
path: root/usr.sbin/pcmciad/Makefile
diff options
context:
space:
mode:
authorgvf <gvf@cvs.openbsd.org>1997-03-21 14:42:43 +0000
committergvf <gvf@cvs.openbsd.org>1997-03-21 14:42:43 +0000
commitc1f038b9831779bb245ab82b038f418d974b98c6 (patch)
treea057496c3a81a10bb60c789da685a141b69253e5 /usr.sbin/pcmciad/Makefile
parenta3491e3c14b66117bb8e7573567d721b014cc15a (diff)
use ${COMPILE.c} even for the custom build
Diffstat (limited to 'usr.sbin/pcmciad/Makefile')
-rw-r--r--usr.sbin/pcmciad/Makefile4
1 files changed, 2 insertions, 2 deletions
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