freebsd-dev/usr.sbin/pciconf/Makefile
John Baldwin 0895e9c70c Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers
in /usr/include.

MFC after:	2 weeks
2013-02-05 18:55:09 +00:00

11 lines
166 B
Makefile

# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
# $FreeBSD$
PROG= pciconf
SRCS= pciconf.c cap.c err.c
MAN= pciconf.8
WARNS?= 3
.include <bsd.prog.mk>