From eead49c1cd634a316542bbd4f73955f3e26aaa83 Mon Sep 17 00:00:00 2001 From: hvozda Date: Wed, 1 May 1996 20:33:02 +0000 Subject: [PATCH] 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... --- usr.sbin/pcmciad/Makefile | 10 +++------- 1 file 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 .include -# DO NOT DELETE THIS LINE -- make depend depends on it. -- 2.20.1