diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-03-20 19:10:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-03-20 19:10:21 +0000 |
commit | 70a05d9554e68f67f8a38f609d3ee65678407f62 (patch) | |
tree | 391fc3e7c52efef28cde4473fbc0f67cb740de3d /sbin/config_slot | |
parent | bcc2507f7ddc33980e189821ad65482ba8abeebd (diff) |
use ${COMPILE.c} even for the custom build
Diffstat (limited to 'sbin/config_slot')
-rw-r--r-- | sbin/config_slot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/config_slot/Makefile b/sbin/config_slot/Makefile index 663c950bfb4..848d380e21a 100644 --- 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> |