artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32587df
)
use ${COMPILE.c} even for the custom build
author
gvf
<gvf@openbsd.org>
Fri, 21 Mar 1997 14:42:42 +0000
(14:42 +0000)
committer
gvf
<gvf@openbsd.org>
Fri, 21 Mar 1997 14:42:42 +0000
(14:42 +0000)
usr.sbin/pcmciad/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/pcmciad/Makefile
b/usr.sbin/pcmciad/Makefile
index
daf5a77
..
38c2a5e
100644
(file)
--- 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