]> git.cameronkatri.com Git - apple_cmds.git/blob - shell_cmds/w/Makefile
file_cmds: Fix ipcs
[apple_cmds.git] / shell_cmds / w / Makefile
1 PROG= w
2 SRCS= fmt.c pr_time.c proc_compare.c w.c
3
4 CFLAGS+=-DHAVE_UTMPX
5
6 .include <bsd.prog.mk>