diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 05:17:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 05:17:20 +0000 |
commit | 3360e8b4136492feca22af6f8e812b3a63dd1b68 (patch) | |
tree | 2b962d72806bdc1f87331229678287bca020818d /bin/mt/Makefile | |
parent | 7959df275801c705551e0fcb5f0168eb9312836d (diff) |
Add a compile option (-DRMT) which decides if remote tape support (via rcmd)
is supported. If not, disable it.
ok guenther
Diffstat (limited to 'bin/mt/Makefile')
-rw-r--r-- | bin/mt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |