summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-04 08:44:44 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-04 08:44:44 +0000
commit2496fa0a65950fd75dcbd567760651e8e2f48447 (patch)
tree3cccd6ea89f8f642c00757e16b32c1f7f9cd516c /Makefile
downloadgetent-darwin-2496fa0a65950fd75dcbd567760651e8e2f48447.tar.gz
getent-darwin-2496fa0a65950fd75dcbd567760651e8e2f48447.tar.zst
getent-darwin-2496fa0a65950fd75dcbd567760651e8e2f48447.zip
o By popular demand import getent(1) utility: a program retrieves
and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5). PR: bin/79903, bin/88460, bin/96536 Submitted by: Julien Gabel, Dan Nelson, Daniel J. O'Connor Obtained from: NetBSD Discussed with: ume, soc-bushman MFC after: 1 month
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7b6a6e1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= getent
+WARNS= 3
+
+.include <bsd.prog.mk>