diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-11-10 20:09:30 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-11-10 20:09:30 +0000 |
commit | ce0312c72a2aea631b5f3c4073248a3e5cce7a7c (patch) | |
tree | 53b6a0e8e9b39aa53e7af01079f7dc8df57cc7fa /usr.bin | |
parent | e8475ba5ad44e134da12795006262b6d79e81200 (diff) |
Hook getent(1) into the build
Diffstat (limited to 'usr.bin')
-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 4a8a175068b..a8ba1a654ee 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2005/09/19 13:01:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.98 2005/11/10 20:09:29 otto Exp $ .include <bsd.own.mk> @@ -8,8 +8,8 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ colcrt colrm column comm compile_et compress cpp crontab ctags cut \ dc deroff diff diff3 dirname du elf2olf encrypt env expand false file \ file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \ - getconf getopt gprof grep gzsig head hexdump id indent infocmp ipcrm \ - ipcs \ + getconf getent getopt gprof grep gzsig head hexdump id indent \ + infocmp ipcrm ipcs \ join jot kdump keynote ktrace lam last lastcomm leave less lex lndir \ locate lock logger login logname look lorder m4 mail make man mesg mg \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \ |