]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fdread/Makefile
Update releng/11.3 to RC3 as part of the 11.3-RELEASE cycle.
[FreeBSD/FreeBSD.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>