summaryrefslogtreecommitdiff
path: root/sbin/config_slot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/config_slot/Makefile')
-rw-r--r--sbin/config_slot/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/config_slot/Makefile b/sbin/config_slot/Makefile
index 9cddf17faa7..663c950bfb4 100644
--- a/sbin/config_slot/Makefile
+++ b/sbin/config_slot/Makefile
@@ -1,15 +1,15 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:02 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/08/21 06:04:08 tholo Exp $
-SRCS = config_slot.c pcmcia_conf.c
-VPATH = ${.CURDIR}/../../sys/dev/pcmcia
+SRCS= config_slot.c pcmcia_conf.c
#dumpreg.c
-CFLAGS+= -g -O2 -Wmissing-prototypes -I${.CURDIR}/../../sys
-PROG=config_slot
+.PATH: ${.CURDIR}/../../sys/dev/pcmcia
+
+CFLAGS+=-Wmissing-prototypes -I${.CURDIR}/../../sys
+PROG= config_slot
NOMAN=
pcmcia_conf.o: pcmcia_conf.c
$(CC) $(CFLAGS) -D_KERNEL -c $<
.include <bsd.prog.mk>
-# DO NOT DELETE THIS LINE -- make depend depends on it.