xref: /netbsd/usr.bin/who/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.7 2002/08/01 23:23:07 christos Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	who
5SRCS=	who.c utmpentry.c
6CPPFLAGS+=	-DSUPPORT_UTMPX -DSUPPORT_UTMP
7
8.include <bsd.prog.mk>
9