c5bc0dccc4
Userland utilities to control, and monitor a DPT RAID system.
13 lines
249 B
Makefile
13 lines
249 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id: Makefile,v 1.3 1998/01/21 07:50:38 ShimonR Exp ShimonR $
|
|
|
|
PROG= dpt_softc
|
|
SRCS= dpt_softc.c
|
|
|
|
CFLAGS+=-Wall -I../../../sys -I/usr/src/sys
|
|
BINMODE=500
|
|
BINOWN= root
|
|
MAN8= dpt_softc.8
|
|
|
|
.include <bsd.prog.mk>
|