98a141cc3f
% finger itojun@::1 % finger itojun@127.0.0.1 % finger itojun@localhost tries all addresses listed on DNS, uses first one with successful connect(2).
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/07/02 06:01:22 itojun Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= finger
|
|
SRCS= finger.c lprint.c net.c sprint.c util.c
|
|
|
|
CPPFLAGS+=-DINET6
|
|
|
|
.include <bsd.prog.mk>
|