From 3360e8b4136492feca22af6f8e812b3a63dd1b68 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Oct 2009 05:17:20 +0000 Subject: Add a compile option (-DRMT) which decides if remote tape support (via rcmd) is supported. If not, disable it. ok guenther --- bin/mt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/mt/Makefile') diff --git a/bin/mt/Makefile b/bin/mt/Makefile index 0266285e19c..0836dabbeb9 100644 --- a/bin/mt/Makefile +++ b/bin/mt/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2005/11/25 20:37:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2009/10/28 05:17:19 deraadt Exp $ +COPTS+= -DRMT PROG= mt SRCS= mt.c mtrmt.c DPADD= ${LIBUTIL} -- cgit v1.2.3