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.
This commit is contained in:
Jordan K. Hubbard 1997-10-02 22:59:48 +00:00
parent 44705d085f
commit 1202aab978

View file

@ -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 <bsd.subdir.mk>