From 1202aab978b70df9cd47f7c5bea7814a33be107a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 2 Oct 1997 22:59:48 +0000 Subject: [PATCH] Take pity on Mark and fix the bogus paths to dump and restore in the help-distribute target myself. They live in /usr/src/sbin, not /usr/src/usr.sbin. :-) I'm also assuming the omission of telnetd and telnet from this target are intentional so I'll leave that alone. --- kerberosIV/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index 73b99be2856..d5991aae821 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/10/02 17:10:56 markm Exp $ SUBDIR= include lib libexec usr.bin usr.sbin @@ -38,7 +38,7 @@ help-distribute: distribute cd ${SDIR}/usr.bin/rlogin; ${CODAD} cd ${SDIR}/usr.bin/rsh; ${CODAD} cd ${SDIR}/usr.bin/su; ${CODAD} - cd ${SDIR}/usr.sbin/dump; ${CODAD} - cd ${SDIR}/usr.sbin/restore; ${CODAD} + cd ${SDIR}/sbin/dump; ${CODAD} + cd ${SDIR}/sbin/restore; ${CODAD} .include