artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd1769
)
use ${COMPILE.c} even for the custom build
author
niklas
<niklas@openbsd.org>
Thu, 20 Mar 1997 19:10:20 +0000
(19:10 +0000)
committer
niklas
<niklas@openbsd.org>
Thu, 20 Mar 1997 19:10:20 +0000
(19:10 +0000)
sbin/config_slot/Makefile
patch
|
blob
|
history
diff --git
a/sbin/config_slot/Makefile
b/sbin/config_slot/Makefile
index
663c950
..
848d380
100644
(file)
--- a/
sbin/config_slot/Makefile
+++ b/
sbin/config_slot/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
3 1996/08/21 06:04:08 tholo
Exp $
+# $OpenBSD: Makefile,v 1.
4 1997/03/20 19:10:20 niklas
Exp $
SRCS= config_slot.c pcmcia_conf.c
#dumpreg.c
@@
-10,6
+10,6
@@
PROG= config_slot
NOMAN=
pcmcia_conf.o: pcmcia_conf.c
- $
(CC) $(CFLAGS) -D_KERNEL -c
$<
+ $
{COMPILE.c} -D_KERNEL
$<
.include <bsd.prog.mk>