freebsd-dev/usr.sbin/fdcontrol/Makefile

15 lines
207 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../fdread
PROG= fdcontrol
SRCS= fdcontrol.c fdutil.c
CFLAGS+= -I${.CURDIR}/../fdread
MAN= fdcontrol.8
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>