2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
.PATH: ${.CURDIR}/../fdread
|
2001-07-02 21:24:03 +00:00
|
|
|
|
2001-03-20 18:17:26 +00:00
|
|
|
PROG= fdformat
|
2001-07-02 21:24:03 +00:00
|
|
|
SRCS= fdformat.c fdutil.c
|
1994-01-26 23:44:34 +00:00
|
|
|
|
2005-01-08 15:46:06 +00:00
|
|
|
WARNS?= 6
|
2001-07-20 06:20:32 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../fdread
|
1994-01-26 23:44:34 +00:00
|
|
|
|
2004-03-28 13:42:27 +00:00
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
CFLAGS+= -DPC98
|
|
|
|
.endif
|
|
|
|
|
1994-01-26 23:44:34 +00:00
|
|
|
.include <bsd.prog.mk>
|