From 0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 10 May 2021 11:59:14 -0400 Subject: shell_cmds: All compiled --- shell_cmds/w/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell_cmds/w/Makefile (limited to 'shell_cmds/w') 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 -- cgit v1.2.3