summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkimg/Makefile')
-rw-r--r--usr.bin/mkimg/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.bin/mkimg/Makefile b/usr.bin/mkimg/Makefile
new file mode 100644
index 0000000..491e582
--- /dev/null
+++ b/usr.bin/mkimg/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PROG= mkimg
+SRCS= mkimg.c scheme.c
+MAN= mkimg.1
+
+CFLAGS+=-DSPARSE_WRITE
+
+# List of schemes to support
+SRCS+= \
+ apm.c \
+ bsd.c \
+ ebr.c \
+ gpt.c \
+ mbr.c \
+ pc98.c \
+ vtoc8.c
+
+BINDIR?=/usr/bin
+
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+WARNS?= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud