diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2018-11-30 07:08:25 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2018-11-30 07:08:25 +0000 |
commit | 578735294f613462539f9f32b9d323b8eb5aa660 (patch) | |
tree | f25fb913f363509ccff429e6397cb8e1fec4d9d7 /usr.bin/Makefile | |
parent | ac11501b63a9c3eed6f4f0fb05693f764838320f (diff) |
New midicat utility to send to or receive from MIDI ports.
ok mpi@
Diffstat (limited to 'usr.bin/Makefile')
-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 f0b0c22abe1..81388b5c655 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.158 2018/11/30 07:05:49 ratchov Exp $ +# $OpenBSD: Makefile,v 1.159 2018/11/30 07:08:24 ratchov Exp $ .include <bsd.own.mk> @@ -15,7 +15,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ libtool lndir \ locale locate lock logger login logname look lorder \ m4 mail make mandoc mesg mg \ - mixerctl mkdep mklocale mktemp nc netstat \ + midicat mixerctl mkdep mklocale mktemp nc netstat \ newsyslog \ nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \ pkg-config pkill \ |