NetBSD/libexec/fingerd/Makefile
itojun 7b9f155e5f dual-stack fingerd. Run it from inetd like:
>>finger  stream tcp6 nowait nobody /usr/libexec/fingerd fingerd

Single daemon on tcp6 socket will be able to serve both IPv4 and
IPv6 connections, while you can run both if you wish.
1999-07-02 06:00:06 +00:00

10 lines
175 B
Makefile

# $NetBSD: Makefile,v 1.8 1999/07/02 06:00:06 itojun Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= fingerd
MAN= fingerd.8
CPPFLAGS+=-DINET6
.include <bsd.prog.mk>