033916740b
when the kernel module is RAID-5, or the other way round), execve() the correct one. Add \n to an error message.
15 lines
395 B
Makefile
15 lines
395 B
Makefile
# $Id: Makefile.sbin,v 1.3 1999/02/11 05:09:49 grog Exp grog $
|
|
|
|
MAINTAINER = grog@FreeBSD.org
|
|
PROG= vinum
|
|
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
|
|
MAN8= vinum.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG
|
|
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
|
|
LDADD= -lutil -lreadline -ltermcap -ldevstat
|
|
|
|
.PATH: ${.CURDIR}/../../sys/dev/vinum
|
|
|
|
.include <bsd.prog.mk>
|