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>
|