mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -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>
|