diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-08 20:46:44 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-08 20:46:44 +0000 |
| commit | de47b2daddc1a8a2fb37c2f58cb110e3d5e94a68 (patch) | |
| tree | 78a7c3a6a6880546cfd0212cf23d59f19e0dc780 | |
| parent | 5447d21d056ee3c0bb4382f2ca85b68cc7aee5f9 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index ee5ea283d0e7..03ae9640cd35 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= awk bc binutils cpio dc dialog diff diff3 \ - grep gzip man patch ptx rcs sdiff send-pr tar texinfo + grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo .if !defined(NO_CVS) SUBDIR+=cvs |
