Makefile revision 1.4
11.4Schristos#	$NetBSD: Makefile,v 1.4 2002/08/01 23:51:20 christos Exp $
21.3Sjtc#	@(#)Makefile	8.1 (Berkeley) 6/6/93
31.1Scgd
41.1ScgdPROG=	users
51.4SchristosSRCS=	users.c utmpentry.c
61.4Schristos
71.4Schristos.PATH.c: ${.CURDIR}/../../usr.bin/who
81.4SchristosCPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
91.1Scgd
101.1Scgd.include <bsd.prog.mk>
11