a9db861824
Config and statuts display utility for the NCR PCI SCSI driver.
9 lines
129 B
Makefile
9 lines
129 B
Makefile
PROG= ncrcontrol
|
|
SRCS= ncrcontrol.c
|
|
|
|
CFLAGS+= -I/sys
|
|
LDADD+= -lkvm
|
|
DPADD+= ${DESTDIR}/usr/lib/libkvm.a
|
|
|
|
.include <bsd.prog.mk>
|