aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/who/Makefile
blob: 74826ba18829df0725883d4afae1257e1d150700 (plain) (blame)
1
2
3
4
5
6
PROG=	who
SRCS=	who.c utmpentry.c

CFLAGS+=-DSUPPORT_UTMPX

.include <bsd.prog.mk>