diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 08:05:42 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 08:05:42 +0000 |
commit | 35a1be63422ebc0e6579d96875bbe8d947a84bd4 (patch) | |
tree | a2db84fcd0a05f5811171cbcf7abfaac11e097d5 /usr.bin | |
parent | f9bd55dc042bf04d897f47574f231f6850a054af (diff) |
ain't nobody got time for fortran.
remove fsplit. ok beck.
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 2dda6382351..4c909b329cd 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.144 2014/07/10 14:25:28 tedu Exp $ +# $OpenBSD: Makefile,v 1.145 2014/07/11 08:05:41 tedu Exp $ .include <bsd.own.mk> @@ -7,7 +7,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ biff cal calendar cap_mkdb cdio chpass cmp col colrm \ column comm compress cpp crontab csplit ctags cu cut \ dc deroff diff diff3 dirname du encrypt env expand false file \ - find fgen finger fmt fold from fsplit fstat ftp gencat getcap \ + find fgen finger fmt fold from fstat ftp gencat getcap \ getconf getent getopt gprof grep gzsig head hexdump htpasswd id indent \ infocmp ipcrm ipcs \ join jot kdump keynote ktrace lam last lastcomm leave less lex \ |