2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-07-02 21:24:03 +00:00
|
|
|
.PATH: ${.CURDIR}/../fdread
|
|
|
|
|
2001-03-20 18:17:26 +00:00
|
|
|
PROG= fdformat
|
2001-07-02 21:24:03 +00:00
|
|
|
SRCS= fdformat.c fdutil.c
|
2001-07-03 09:48:28 +00:00
|
|
|
CFLAGS= -I${.CURDIR}/../fdread
|
1994-01-26 23:44:34 +00:00
|
|
|
|
2001-07-03 21:43:41 +00:00
|
|
|
WARNS?= 2
|
1994-01-26 23:44:34 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|