summaryrefslogtreecommitdiffstats
path: root/sbin/scsiformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/scsiformat/Makefile')
-rw-r--r--sbin/scsiformat/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/scsiformat/Makefile b/sbin/scsiformat/Makefile
new file mode 100644
index 0000000..d121e73
--- /dev/null
+++ b/sbin/scsiformat/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 5.3 (Berkeley) 6/5/93
+
+MAN8= scsiformat.8
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/scsiformat.sh ${DESTDIR}${BINDIR}/scsiformat
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud