diff options
author | 2003-09-26 07:33:03 +0000 | |
---|---|---|
committer | 2003-09-26 07:33:03 +0000 | |
commit | 9d33674d9fc9e14595d9ae3fa9a6aaacd6879def (patch) | |
tree | deb28ebfafd5b782de72345cc07fb2c34662b07c | |
parent | Add a line saying we should conform to Posix. Also warn we do not have (diff) | |
download | wireguard-openbsd-9d33674d9fc9e14595d9ae3fa9a6aaacd6879def.tar.xz wireguard-openbsd-9d33674d9fc9e14595d9ae3fa9a6aaacd6879def.zip |
Enable new bc(1) and dc(1).
ok deraadt@
-rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d2ed72242a7..99336903c66 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.85 2003/07/22 17:15:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.86 2003/09/26 07:33:03 otto Exp $ .include <bsd.own.mk> SUBDIR= apply apropos arch asa asn1_compile at aucat audioctl awk banner \ - basename bdes \ + basename bc bdes \ biff cal calendar cap_mkdb cdio checknr chpass cksum cmp col \ colcrt colrm column comm compile_et compress cpp crontab ctags cut \ - deroff diff diff3 dirname du elf2olf encrypt env expand false file \ + dc deroff diff diff3 dirname du elf2olf encrypt env expand false file \ file2c find fgen finger fmt fold from fsplit fstat ftp gencat getconf \ getopt gprof grep head hexdump id indent infocmp ipcrm ipcs join jot \ kdump keynote ktrace lam last lastcomm leave less lex lndir locate \ |