aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/id/Makefile')
-rw-r--r--shell_cmds/id/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell_cmds/id/Makefile b/shell_cmds/id/Makefile
new file mode 100644
index 0000000..b01f798
--- /dev/null
+++ b/shell_cmds/id/Makefile
@@ -0,0 +1,8 @@
+PROG= id
+MAN= groups.1 id.1 whoami.1
+SRCS= id.c
+
+LINKS= ${BINDIR}/id ${BINDIR}/groups
+LINKS+= ${BINDIR}/id ${BINDIR}/whoami
+
+.include <bsd.prog.mk>