freebsd-dev/usr.sbin/fdformat/Makefile
Cy Schubert 4451f1426c fdformat is a sysadmin command and thus its man page should be in
volume 8 instead of volume 1.

Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D13370
2017-12-05 05:02:46 +00:00

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>