aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdread/Makefile
blob: 6adacdb5a012f51d5d3abaafa83062500511d7c4 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

PROG=	fdread
SRCS=	fdread.c fdutil.c
CFLAGS+=-Wall

.include <bsd.prog.mk>