mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= raidtest
|
|
NOMAN= true
|
|
WARNS?= 6
|
|
BINDIR?= ${PREFIX}/bin
|
|
|
|
.include <bsd.prog.mk>
|