a bit of clean up; also, let's not deal with the dump* utilities for now;
authorhvozda <hvozda@openbsd.org>
Wed, 1 May 1996 20:33:02 +0000 (20:33 +0000)
committerhvozda <hvozda@openbsd.org>
Wed, 1 May 1996 20:33:02 +0000 (20:33 +0000)
they contain some GPL'd stuff and should be moved to the GNU tree...

usr.sbin/pcmciad/Makefile

index 99a2803..9888d35 100644 (file)
@@ -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.