summaryrefslogtreecommitdiff
path: root/usr.bin/id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/id/Makefile')
-rw-r--r--usr.bin/id/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
new file mode 100644
index 000000000000..3d09019efb44
--- /dev/null
+++ b/usr.bin/id/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:14 jruoho Exp $
+
+NOMAN= # defined
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/usr.bin/id
+
+TESTS_SH= t_groups
+TESTS_SH+= t_id
+TESTS_SH+= t_whoami
+
+BINDIR= ${TESTSDIR}
+PROG= h_id
+.PATH: ${NETBSDSRCDIR}/usr.bin/id
+SRCS= id.c pwgr.c
+
+COPTS.id.c += -Wno-format-nonliteral
+
+.include <bsd.test.mk>