11 lines
315 B
Makefile
11 lines
315 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/08/05 08:05:03 tron Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c
|
|
|
|
.PATH.c: ${.CURDIR}/../../usr.bin/who
|
|
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -DINET6
|
|
|
|
.include <bsd.prog.mk>
|