aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r--usr.sbin/fdformat/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
new file mode 100644
index 000000000000..145cbde6798a
--- /dev/null
+++ b/usr.sbin/fdformat/Makefile
@@ -0,0 +1,10 @@
+.PATH: ${.CURDIR:H}/fdread
+
+PACKAGE= fd
+PROG= fdformat
+MAN= fdformat.8
+SRCS= fdformat.c fdutil.c
+
+CFLAGS+= -I${.CURDIR:H}/fdread
+
+.include <bsd.prog.mk>