mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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>
|