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