mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/09/13 23:51:04 thorpej Exp $
|
|
|
|
PROG= pcictl
|
|
MAN= pcictl.8
|
|
|
|
DPADD+= ${LIBPCI} ${LIBUTIL}
|
|
LDADD+= -lpci -lutil
|
|
|
|
.include <bsd.prog.mk>
|