diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-08 11:38:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-08 11:38:33 +0000 |
commit | 1f18743134f3084edf3d31249d2e9aa9a57fdfa0 (patch) | |
tree | 4853a87313ae8f3860d32e5882436397c133ed54 /usr.bin | |
parent | c4be7158c827acca5e3ccc04d81d95e424a8f181 (diff) | |
download | src-1f18743134f3084edf3d31249d2e9aa9a57fdfa0.tar.gz src-1f18743134f3084edf3d31249d2e9aa9a57fdfa0.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 565b06360200..3a370553a5e3 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.73 1996/10/19 09:08:41 sos Exp $ +# $Id: Makefile,v 1.74 1996/11/03 17:01:25 markm Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -27,7 +27,7 @@ SUBDIR= apply ar at banner basename biff brandelf cal calendar \ write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich SUBDIR+=gprof4 -.if !exists(../eBones) || defined(NOSECURE) +.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES) SUBDIR+=telnet .else .if defined(RELEASEDIR) |