freebsd-dev/usr.sbin/dpt/dpt_sysinfo/Makefile
Julian Elischer c5bc0dccc4 Obtained from: Simon Shapiro
Userland utilities to control, and monitor a DPT RAID system.
1998-01-26 06:20:48 +00:00

13 lines
255 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.1 1998/01/22 23:32:27 ShimonR Exp ShimonR $
PROG= dpt_sysinfo
SRCS= dpt_sysinfo.c
CFLAGS+=-Wall -I../../../sys -I/usr/src/sys
BINMODE=500
BINOWN= root
MAN8= dpt_sysinfo.8
.include <bsd.prog.mk>