mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
44705d085f
commit
1202aab978
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue