1 1.6 christos # $NetBSD: Makefile,v 1.6 2002/08/02 00:10:40 christos Exp $ 2 1.4 mrg # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= finger 5 1.6 christos SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c 6 1.5 itojun 7 1.6 christos .PATH.c: ${.CURDIR}/../../usr.bin/who 8 1.6 christos CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -DINET6 9 1.1 cgd 10 1.1 cgd .include <bsd.prog.mk> 11