diff options
author | jkh <jkh@FreeBSD.org> | 1997-10-02 22:59:48 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-10-02 22:59:48 +0000 |
commit | e6e30df549649f4d6d4ea0d35b52fa8c7179e278 (patch) | |
tree | 37fb913f8a2b6f018404917f7499ebcd1bd42122 /kerberosIV | |
parent | 6ad8a60470338bded6dde83c8f38152384dab8ad (diff) | |
download | FreeBSD-src-e6e30df549649f4d6d4ea0d35b52fa8c7179e278.zip FreeBSD-src-e6e30df549649f4d6d4ea0d35b52fa8c7179e278.tar.gz |
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.
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index 73b99be..d5991aa 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 <bsd.subdir.mk> |