c0c8d25799
Makes things easier for pkgsrc
12 lines
195 B
Makefile
12 lines
195 B
Makefile
# Makefile for PCI support
|
|
PROG= pci
|
|
SRCS= main.c pci.c pci_table.c
|
|
|
|
DPADD+= ${LIBDRIVER} ${LIBSYS} ${LIBTIMERS}
|
|
LDADD+= -ldriver -lsys -ltimers
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|