diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-07-16 22:16:43 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-07-16 22:16:43 +0000 |
commit | dd0f9a68a86fcde3ca58cb105d19508ffa303856 (patch) | |
tree | d9aa3554445865e1ff5b5ae06de49830fb1e5295 /gnu/Makefile | |
parent | f23626f7ea0cd4b0cb41f8bed6ad66cedcf2b14a (diff) | |
download | FreeBSD-src-dd0f9a68a86fcde3ca58cb105d19508ffa303856.zip FreeBSD-src-dd0f9a68a86fcde3ca58cb105d19508ffa303856.tar.gz |
ARGHH.. removed less from Makefile, since it has moved to usr.bin
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index cfda330..1919997 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 SUBDIR= bc cvs diff diff3 gas gawk gcc1 gcc2 gdb grep groff gzip \ - less ld man patch pr rcs sdiff sort tar + ld man patch pr rcs sdiff sort tar .include <bsd.subdir.mk> |