diff options
author | pst <pst@FreeBSD.org> | 1994-09-26 23:14:33 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-26 23:14:33 +0000 |
commit | 0ac72c6208f0fb64e0c40c639987bb629df6d4bb (patch) | |
tree | d22f5aa5671e1e2b6ce66437266c6ecd77e738f4 /usr.bin | |
parent | 7c60a4347c7c992c0059dd04bad99a1f4bf79ca0 (diff) | |
download | FreeBSD-src-0ac72c6208f0fb64e0c40c639987bb629df6d4bb.zip FreeBSD-src-0ac72c6208f0fb64e0c40c639987bb629df6d4bb.tar.gz |
Enable new bind utilities.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 9e11c49..122d94f 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.20 1994/09/22 01:26:58 wollman Exp $ +# $Id: Makefile,v 1.21 1994/09/23 00:00:57 ache Exp $ # XXX MISSING: bc dc deroff diction diff ex graph learn plot # ptx spell spline struct units xsend @@ -10,9 +10,9 @@ # SUBDIR= apply ar at banner basename biff cal calendar \ cap_mkdb checknr chflags chpass cksum col colcrt colrm column \ - comm compress cpp ctags cut dirname du \ + comm compress cpp ctags cut dig dirname du \ env error expand f2c false file find finger fmt fold fpr from \ - fsplit fstat ftp gcore gprof head hexdump id indent ipcrm ipcs \ + fsplit fstat ftp gcore gprof head hexdump host id indent ipcrm ipcs \ join jot kdump ktrace key keyinfo keyinit lam last \ lastcomm leave lex locate lock logger login logname lorder \ lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ |