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