From efe05ebe0e544ad2f85b476c314f0a63c763fc88 Mon Sep 17 00:00:00 2001 From: maxim Date: Sun, 4 Jun 2006 10:28:56 +0000 Subject: [PATCH] MFC getent(1) import: a program retrieves and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5). --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index c5a4941452eb..f7cb86cfbe8a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -68,6 +68,7 @@ SUBDIR= alias \ gcore \ gencat \ getconf \ + getent \ getopt \ ${_gprof} \ head \