64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
138 B
Makefile
11 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/fdread
|
|
|
|
PROG= fdformat
|
|
SRCS= fdformat.c fdutil.c
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/fdread
|
|
|
|
.include <bsd.prog.mk>
|