Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/fingerd/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/libexec/fingerd/Makefile 1999/07/02 06:00:06 1.8 +++ src/libexec/fingerd/Makefile 2005/01/10 02:58:58 1.9 @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.8 1999/07/02 06:00:06 itojun Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/10 02:58:58 lukem Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 +.include + PROG= fingerd MAN= fingerd.8 +.if (${USE_INET6} != "no") CPPFLAGS+=-DINET6 +.endif .include