diff options
author | 1998-04-26 21:58:16 +0000 | |
---|---|---|
committer | 1998-04-26 21:58:16 +0000 | |
commit | e61efd733dd8f4aff75b59c4819faa1bb76d3b27 (patch) | |
tree | cda937d1cd8041f1d26c30156dc185d3390c29fe | |
parent | remove another foul up of mine (diff) | |
download | wireguard-openbsd-e61efd733dd8f4aff75b59c4819faa1bb76d3b27.tar.xz wireguard-openbsd-e61efd733dd8f4aff75b59c4819faa1bb76d3b27.zip |
add audioctl + mixerctl
-rw-r--r-- | usr.bin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a21d370c5dd..b1d51d65d4b 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.47 1997/09/21 11:48:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.48 1998/04/26 21:58:16 provos Exp $ .include <bsd.own.mk> -SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \ - calendar cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt \ +SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes biff \ + cat calendar cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt \ colrm column comm compile_et compress cpp crontab ctags cut dirname \ du elf2olf encrypt env error expand false file file2c find finger fmt \ fold from fsplit fstat ftp gencat getconf getopt gprof head hexdump \ id indent \ info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \ less lex lndir locate lock logger login logname look lorder m4 \ - machine mail make man mesg mk_cmds mkdep mkfifo mkstr mktemp modstat \ - msgs nc netstat newsyslog \ + machine mail make man mesg mixerctl mk_cmds mkdep mkfifo mkstr mktemp \ + modstat msgs nc netstat newsyslog \ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \ rsh rup ruptime rusers rwall rwho \ |