2b375b4edd
I thank all developers and contributors for pc98. Relnotes: yes
11 lines
140 B
Makefile
11 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../fdread
|
|
|
|
PROG= fdformat
|
|
SRCS= fdformat.c fdutil.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../fdread
|
|
|
|
.include <bsd.prog.mk>
|