artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02b938
)
No longer need to be setuid (rcmd uses rcmdsh if uid != 0).
author
millert
<millert@openbsd.org>
Sun, 1 Sep 1996 20:45:22 +0000
(20:45 +0000)
committer
millert
<millert@openbsd.org>
Sun, 1 Sep 1996 20:45:22 +0000
(20:45 +0000)
bin/mt/Makefile
patch
|
blob
|
history
diff --git
a/bin/mt/Makefile
b/bin/mt/Makefile
index
c7458f7
..
1dd1365
100644
(file)
--- a/
bin/mt/Makefile
+++ b/
bin/mt/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
4 1996/06/17 06:36:27 downsj
Exp $
+# $OpenBSD: Makefile,v 1.
5 1996/09/01 20:45:22 millert
Exp $
# $NetBSD: Makefile,v 1.5 1996/03/06 06:22:04 scottr Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
@@
-7,7
+7,7
@@
SRCS= mt.c mtrmt.c
DPADD= ${LIBUTIL}
LDADD= -lutil
BINOWN= root
-BINMODE=
4
555
+BINMODE=555
LINKS= ${BINDIR}/mt ${BINDIR}/eject
MLINKS= mt.1 eject.1