diff options
| author | Luoqi Chen <luoqi@FreeBSD.org> | 1999-02-16 17:57:25 +0000 |
|---|---|---|
| committer | Luoqi Chen <luoqi@FreeBSD.org> | 1999-02-16 17:57:25 +0000 |
| commit | 7840630d8041a0deae4b6ad7bec2c6e5835369a6 (patch) | |
| tree | 75f1b6ebf108c730a964034c4653612fe9aea9ce | |
| parent | cdea9fcaca098a96cc479c180990d22885b980ba (diff) | |
Notes
| -rw-r--r-- | usr.bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b5c48ce095e1..2f89a6515226 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.121 1998/11/09 11:08:48 dima Exp $ +# $Id: Makefile,v 1.122 1998/11/10 12:19:26 bde Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend @@ -209,6 +209,7 @@ SUBDIR+=telnet # Things that don't compile on alpha or are aout specific: SUBDIR+=ar \ brandelf \ + doscmd \ gcore \ gprof \ gprof4 \ |
