diff options
Diffstat (limited to 'usr.sbin/pcmciad/Makefile')
-rw-r--r-- | usr.sbin/pcmciad/Makefile | 4 |
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 |