summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-09-24 10:28:28 +0000
committerbde <bde@FreeBSD.org>1998-09-24 10:28:28 +0000
commit99280accd62929e69316446b00875e401b6e9a9d (patch)
tree03edaf4de41efee9ac02f020144f92261d9f9472 /usr.bin/Makefile
parentf6bd914bfd1d15705c583a6a9ec9989a97f4ab1f (diff)
downloadFreeBSD-src-99280accd62929e69316446b00875e401b6e9a9d.zip
FreeBSD-src-99280accd62929e69316446b00875e401b6e9a9d.tar.gz
Fixed disorder and long lines.
Decrypted a comment.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 2410386..435a65a 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.111 1998/09/16 09:32:29 dfr Exp $
+# $Id: Makefile,v 1.112 1998/09/24 01:15:56 luoqi Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -17,6 +17,7 @@ SUBDIR= apply \
chat \
checknr \
chflags \
+ chkey \
chpass \
cksum \
cmp \
@@ -28,7 +29,6 @@ SUBDIR= apply \
comm \
compile_et \
compress \
- chkey \
cpp \
ctags \
cut \
@@ -74,8 +74,8 @@ SUBDIR= apply \
lam \
last \
lastcomm \
- leave \
ldd \
+ leave \
lex \
limits \
locate \
@@ -91,12 +91,13 @@ SUBDIR= apply \
mail \
make \
mesg \
+ minigzip \
+ mk_cmds \
mkdep \
mkfifo \
mklocale \
mkstr \
mktemp \
- mk_cmds \
more \
msgs \
ncal \
@@ -187,10 +188,10 @@ SUBDIR= apply \
ypcat \
ypmatch \
ypwhich
-SUBDIR+=minigzip
-.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
-# releases do need both
+.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || \
+ defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
+# Releases need both this non-crypt telnet and the crypt telnet.
SUBDIR+=telnet
.endif
@@ -200,6 +201,7 @@ SUBDIR+=ar \
brandelf \
dig \
dnsquery \
+ doscmd \
fstat \
gcore \
gprof \
@@ -215,8 +217,7 @@ SUBDIR+=ar \
strip \
systat \
truss \
- vmstat \
- doscmd
+ vmstat
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud