7b9f155e5f
>>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.
10 lines
175 B
Makefile
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>
|