]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/fdread/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / fdread / Makefile
1 # $FreeBSD$
2
3 PROG=   fdread
4 SRCS=   fdread.c fdutil.c
5
6 .if ${MACHINE} == "pc98"
7 CFLAGS+= -DPC98
8 .endif
9
10 .include <bsd.prog.mk>