diff options
author | hvozda <hvozda@cvs.openbsd.org> | 1996-05-01 20:33:03 +0000 |
---|---|---|
committer | hvozda <hvozda@cvs.openbsd.org> | 1996-05-01 20:33:03 +0000 |
commit | 95a6203ef6bceb1e49de0202c48b79c5d9bbdf63 (patch) | |
tree | ad01c5f61297212cdd3440c7e6dd917db4b64f04 | |
parent | 40bbe6a264cb96ce5d40d80fa75c23499037d035 (diff) |
a bit of clean up; also, let's not deal with the dump* utilities for now;
they contain some GPL'd stuff and should be moved to the GNU tree...
-rw-r--r-- | usr.sbin/pcmciad/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/pcmciad/Makefile b/usr.sbin/pcmciad/Makefile index 99a28031105..9888d35fd66 100644 --- a/usr.sbin/pcmciad/Makefile +++ b/usr.sbin/pcmciad/Makefile @@ -1,10 +1,9 @@ -# $Id: Makefile,v 1.1 1996/04/29 13:08:51 hvozda Exp $ +# $Id: Makefile,v 1.2 1996/05/01 20:33:02 hvozda Exp $ SRCS= pcmciad.c pcmcia_conf.c -#LIBS= -lutil -VPATH= ${.CURDIR}/../../sys/dev/pcmcia +VPATH= ${.CURDIR}/../../sys/dev/pcmcia -CFLAGS+= -g -Wmissing-prototypes -I${.CURDIR}/../../sys +CFLAGS+= -g -Wmissing-prototypes -I${.CURDIR}/../../sys PROG= pcmciad MAN= pcmciad.8 @@ -14,7 +13,4 @@ clean:: rm -f a.out [Ee]rrs mklog core *.core pcmciad pcmcia_conf.o pcmciad.o -SUBDIR=dumpcor dumpinfo dumpreg -.include <bsd.subdir.mk> .include <bsd.prog.mk> -# DO NOT DELETE THIS LINE -- make depend depends on it. |