freebsd-src/usr.sbin/fdformat/Makefile
Yoshihiro Takahashi 2b375b4edd Remove pc98 support completely.
I thank all developers and contributors for pc98.

Relnotes:	yes
2017-01-28 02:22:15 +00:00

11 lines
140 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../fdread
PROG= fdformat
SRCS= fdformat.c fdutil.c
CFLAGS+= -I${.CURDIR}/../fdread
.include <bsd.prog.mk>