summaryrefslogtreecommitdiff
path: root/distrib/special/mt
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 05:17:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 05:17:35 +0000
commitb876b591788351d794c07a5adc30f75f528be235 (patch)
tree07383a64e38330b391b94b71ec4d64d33e0f1f46 /distrib/special/mt
parent3360e8b4136492feca22af6f8e812b3a63dd1b68 (diff)
compile the install media mt(1) without RMT support
ok guenther
Diffstat (limited to 'distrib/special/mt')
-rw-r--r--distrib/special/mt/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/distrib/special/mt/Makefile b/distrib/special/mt/Makefile
new file mode 100644
index 00000000000..66697a0d8b4
--- /dev/null
+++ b/distrib/special/mt/Makefile
@@ -0,0 +1,13 @@
+# $OpenBSD: Makefile,v 1.1 2009/10/28 05:17:34 deraadt Exp $
+
+COPTS+=-Os
+PROG= mt
+SRCS= mt.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+LDSTATIC=-static
+MAN=
+
+.PATH: ${.CURDIR}/../../../bin/mt
+
+.include <bsd.prog.mk>