From 8ef41e33eea86f1c6ccff30767868cfa7d6a2c98 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 9 May 1989 20:41:06 -0800 Subject: [PATCH] file reorg SCCS-vsn: libexec/rshd/Makefile 5.2 --- usr/src/libexec/rshd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/libexec/rshd/Makefile b/usr/src/libexec/rshd/Makefile index d876443935..d4f84e9ba9 100644 --- a/usr/src/libexec/rshd/Makefile +++ b/usr/src/libexec/rshd/Makefile @@ -14,7 +14,7 @@ # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND # FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.1 (Berkeley) %G% +# @(#)Makefile 5.2 (Berkeley) %G% # CFLAGS= -O @@ -38,7 +38,7 @@ depend: ${SRCS} mkdep -p ${CFLAGS} ${SRCS} install: ${MAN} - install -s -o bin -g bin -m 755 rshd ${DESTDIR}/etc/rshd + install -s -o bin -g bin -m 755 rshd ${DESTDIR}/usr/libexec install -c -o bin -g bin -m 444 rshd.0 ${DESTDIR}/usr/man/cat8 lint: ${SRCS} -- 2.20.1