2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 11:38:03 +00:00
|
|
|
.PATH: ${.CURDIR:H}/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
|
|
|
|
2017-03-04 11:38:03 +00:00
|
|
|
CFLAGS+= -I${.CURDIR:H}/fdread
|
1994-01-26 23:44:34 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|