1 1.4 christos # $NetBSD: Makefile,v 1.4 2002/08/01 23:51:20 christos Exp $ 2 1.3 jtc # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= users 5 1.4 christos SRCS= users.c utmpentry.c 6 1.4 christos 7 1.4 christos .PATH.c: ${.CURDIR}/../../usr.bin/who 8 1.4 christos CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 9 1.1 cgd 10 1.1 cgd .include <bsd.prog.mk> 11