mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
10 lines
142 B
Makefile
10 lines
142 B
Makefile
|
|
.PATH: ${.CURDIR:H}/fdread
|
|
|
|
PROG= fdformat
|
|
MAN= fdformat.8
|
|
SRCS= fdformat.c fdutil.c
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/fdread
|
|
|
|
.include <bsd.prog.mk>
|