Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.bin / finger / Makefile
blob4a681b9cd6512c4d03151ed9781d45ab38234eb0
1 # $NetBSD: Makefile,v 1.10 2005/01/10 02:58:59 lukem Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93
4 .include <bsd.own.mk>
6 USE_FORT?= yes # network client
8 PROG= finger
9 SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c
11 .PATH.c: ${NETBSDSRCDIR}/usr.bin/who
12 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
14 .if (${USE_INET6} != "no")
15 CPPFLAGS+=-DINET6
16 .endif
18 .include <bsd.prog.mk>