freebsd-dev/usr.sbin/pciconf/Makefile
Stefan Eßer a4ed9e4f78 Make WARNS=6 safe.
Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64.
2016-02-18 15:23:25 +00:00

9 lines
155 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
.include <bsd.prog.mk>