Home | History | Annotate | Line # | Download | only in finger
Makefile revision 1.7
      1  1.7      tron #	$NetBSD: Makefile,v 1.7 2002/08/05 08:04:03 tron 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.7      tron 
     10  1.7      tron CFLAGS+=	-g
     11  1.7      tron LDFLAGS+=	-g
     12  1.1       cgd 
     13  1.1       cgd .include <bsd.prog.mk>
     14