65217f13ff
fdutil.c so it can be used elsewhere.
8 lines
88 B
Makefile
8 lines
88 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdread
|
|
SRCS= fdread.c fdutil.c
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|