1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/usr.sbin/fdread/Makefile

13 lines
134 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= fdread
SRCS= fdread.c fdutil.c
WARNS?= 6
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>