# $NetBSD: Makefile,v 1.10 2005/01/10 02:58:59 lukem Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include PROG= finger SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c .PATH.c: ${NETBSDSRCDIR}/usr.bin/who CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP .if (${USE_INET6} != "no") CPPFLAGS+=-DINET6 .endif .include