summaryrefslogtreecommitdiff
path: root/usr.bin/getent/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2005-11-10 19:24:37 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2005-11-10 19:24:37 +0000
commite980216d0692e6a6d439a4624efb5ded02bf2c53 (patch)
tree0c7bdea83a5d882c8e5a007c4cb2295887ccc7a0 /usr.bin/getent/Makefile
parent93b06880b20d98e9903cc176071d68ac6fa75e15 (diff)
Introducing getent(1) from NetBSD. ok deraadt@
Diffstat (limited to 'usr.bin/getent/Makefile')
-rw-r--r--usr.bin/getent/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/getent/Makefile b/usr.bin/getent/Makefile
new file mode 100644
index 00000000000..913f6bc237c
--- /dev/null
+++ b/usr.bin/getent/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2005/11/10 19:24:36 otto Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/29 05:02:52 lukem Exp $
+
+PROG= getent
+
+.include <bsd.prog.mk>