Makefile revision 319119
1# $FreeBSD: stable/11/usr.sbin/fdcontrol/Makefile 319119 2017-05-29 10:15:41Z ngie $
2
3.PATH: ${.CURDIR:H}/fdread
4
5PROG=	fdcontrol
6SRCS=	fdcontrol.c fdutil.c
7CFLAGS+= -I${.CURDIR:H}/fdread
8MAN=	fdcontrol.8
9
10.if ${MACHINE} == "pc98"
11CFLAGS+= -DPC98
12.endif
13
14.include <bsd.prog.mk>
15