summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-06-20 08:22:47 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-06-20 08:22:47 +0000
commit44138c0208d94775e6be03cf5c0c9b0d0a8881f9 (patch)
treed9314beed69804355013d41df4f1f5355667ee70 /usr.sbin/fdformat/Makefile
parent58a1b210df54c3d0cc37b01e6cb09bfc2f3002a2 (diff)
add fdformat for the i386: based on an old FreeBSD version, gotten from
jtk's port of dosemu; some cleaning by me, but it needs more. Should probably just be rewritten...
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r--usr.sbin/fdformat/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
new file mode 100644
index 00000000000..83017e84679
--- /dev/null
+++ b/usr.sbin/fdformat/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 1996/06/20 08:22:45 downsj Exp $
+
+PROG= fdformat
+
+.include <bsd.prog.mk>