4451f1426c
volume 8 instead of volume 1. Reviewed by: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D13370
12 lines
154 B
Makefile
12 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/fdread
|
|
|
|
PROG= fdformat
|
|
MAN= fdformat.8
|
|
SRCS= fdformat.c fdutil.c
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/fdread
|
|
|
|
.include <bsd.prog.mk>
|