mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
volume 8 instead of volume 1. Reviewed by: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D13370
11 lines
154 B
Makefile
11 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>
|