diff options
author | ru <ru@FreeBSD.org> | 2002-07-11 13:31:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-11 13:31:52 +0000 |
commit | 8f8470b6a78eb2c98e1e580b46e5694e88ce6fc6 (patch) | |
tree | 53e0aaba21e86eee1611dc2344c0e2ca453df3de /secure | |
parent | 71869d2ebda5e6489892752d4cae3d53eea07e58 (diff) | |
download | FreeBSD-src-8f8470b6a78eb2c98e1e580b46e5694e88ce6fc6.zip FreeBSD-src-8f8470b6a78eb2c98e1e580b46e5694e88ce6fc6.tar.gz |
Removed the (never used) help-distribute target from here.
(Similar targets were once used during the release building
process for kerberosIV and kerberos5.)
Diffstat (limited to 'secure')
-rw-r--r-- | secure/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/secure/Makefile b/secure/Makefile index eb3f107..7ae5cb3 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -30,8 +30,4 @@ bootstrap: ${MAKE} ${MFLAGS} obj ${MAKE} ${MFLAGS} depend all install sprog -help-distribute: distribute - cd ${SDIR}/bin/ed; ${CODAD} - cd ${SDIR}/sbin/init; ${CODAD} - .include <bsd.subdir.mk> |