aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/who/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/who/Makefile')
-rw-r--r--shell_cmds/who/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_cmds/who/Makefile b/shell_cmds/who/Makefile
new file mode 100644
index 0000000..74826ba
--- /dev/null
+++ b/shell_cmds/who/Makefile
@@ -0,0 +1,6 @@
+PROG= who
+SRCS= who.c utmpentry.c
+
+CFLAGS+=-DSUPPORT_UTMPX
+
+.include <bsd.prog.mk>