diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-03-17 12:50:10 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-03-17 12:50:10 +0000 |
commit | bda891149cf0ee648ba3fef8f2bdfd37f8dfcbd4 (patch) | |
tree | e6e50ba0463ac227009d4b9b9b069d902e80f181 /usr.bin | |
parent | f07bd439cd28aeb90e68dfbdfb0e852fff730384 (diff) |
Hookup new htpasswd.
OK sthen, tedu, benno
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 e9db4c8e27c..7fbf0b1e60e 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.135 2014/01/03 22:47:18 tedu Exp $ +# $OpenBSD: Makefile,v 1.136 2014/03/17 12:50:09 florian Exp $ .include <bsd.own.mk> @@ -8,7 +8,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ column comm compress cpp crontab csplit ctags cu cut \ dc deroff diff diff3 dirname du encrypt env expand false file \ file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \ - getconf getent getopt gprof grep gzsig head hexdump id indent \ + 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 \ libtool lndir \ |