freebsd-dev/usr.sbin/pciconf/Makefile
Bill Paul 4dbcd98832 Unbreak this file some more:
CFLAGS=+-I${.CURDIR}/../../sys -> CFLAGS+= -I${.CURDIR}/../../sys

Asked about on BSDnet:#FreeBSD by: philw@dream.webmaster.com (Phillip White)
1997-07-14 19:57:50 +00:00

8 lines
148 B
Makefile

# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
PROG= pciconf
MAN8= pciconf.8
CFLAGS+= -I${.CURDIR}/../../sys
.include <bsd.prog.mk>