From e3fad46ed52ec3fa73a0ce301c2f79a681f39122 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Wed, 21 Aug 1996 06:48:21 +0000 Subject: Use .PATH, not VPATH Don't add -g to CFLAGS --- usr.sbin/pcmciad/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/pcmciad/Makefile') diff --git a/usr.sbin/pcmciad/Makefile b/usr.sbin/pcmciad/Makefile index 9888d35fd66..daf5a770080 100644 --- a/usr.sbin/pcmciad/Makefile +++ b/usr.sbin/pcmciad/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.2 1996/05/01 20:33:02 hvozda Exp $ +# $Id: Makefile,v 1.3 1996/08/21 06:48:20 tholo Exp $ SRCS= pcmciad.c pcmcia_conf.c -VPATH= ${.CURDIR}/../../sys/dev/pcmcia +.PATH: ${.CURDIR}/../../sys/dev/pcmcia -CFLAGS+= -g -Wmissing-prototypes -I${.CURDIR}/../../sys +CFLAGS+=-Wmissing-prototypes -I${.CURDIR}/../../sys PROG= pcmciad MAN= pcmciad.8 -- cgit v1.2.3