NetBSD/usr.bin/finger/Makefile

17 lines
383 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2005/01/10 02:58:59 lukem Exp $
1997-10-19 12:13:23 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= finger
SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c
1993-03-21 12:45:37 +03:00
.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>