xref: /dragonfly/usr.bin/who/Makefile (revision f2c43266)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/who/Makefile,v 1.3 2007/08/27 16:51:01 pavalos Exp $
3
4PROG=	who
5
6SRCS+=	who.c utmpentry.c
7
8CFLAGS+=	-DSUPPORT_UTMPX -DSUPPORT_UTMP
9
10.include <bsd.prog.mk>
11