summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdread/Makefile
blob: e99c6205c4c35540bf6398acd0ce79f36317b9ae (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	fdread
SRCS=	fdread.c fdutil.c

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud