7 lines
64 B
Makefile
7 lines
64 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= fdread
|
||
|
CFLAGS+=-Wall
|
||
|
|
||
|
.include <bsd.prog.mk>
|