mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
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>
|