diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 22:17:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 22:17:41 +0000 |
commit | 033ff3962db021ee793896f640da6531720fa9f7 (patch) | |
tree | 5cc724db6ee0f49f9ff9704e99213fbd9e2cac81 /usr.sbin/pcmciad/Makefile | |
parent | 37c689b0a036fca833e2858f9c2241ef644434b8 (diff) |
Remove way obsolete code
Diffstat (limited to 'usr.sbin/pcmciad/Makefile')
-rw-r--r-- | usr.sbin/pcmciad/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/pcmciad/Makefile b/usr.sbin/pcmciad/Makefile deleted file mode 100644 index 6a9e5e77849..00000000000 --- a/usr.sbin/pcmciad/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:44:02 deraadt Exp $ - -SRCS= pcmciad.c pcmcia_conf.c -.PATH: ${.CURDIR}/../../sys/dev/pcmcia - -CFLAGS+=-Wmissing-prototypes -I${.CURDIR}/../../sys -PROG= pcmciad -MAN= pcmciad.8 - -pcmcia_conf.o: pcmcia_conf.c - ${COMPILE.c} -D_KERNEL $< -clean:: - rm -f a.out [Ee]rrs mklog core *.core pcmciad pcmcia_conf.o pcmciad.o - - -.include <bsd.prog.mk> |