8 lines
73 B
Makefile
8 lines
73 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fifo_create
|
|
NO_MAN=
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|