mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
155 B
Makefile
8 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>
|