freebsd-dev/usr.sbin/ncrcontrol/Makefile
Stefan Eßer a9db861824 Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
Config and statuts display utility for the NCR PCI SCSI driver.
1994-10-12 12:02:52 +00:00

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>