Importing libexec/fingerd

This commit is contained in:
Thomas Cort
2013-06-02 08:14:05 -04:00
parent 406cdd95a6
commit 1d842c6a57
13 changed files with 461 additions and 156 deletions
+13
View File
@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.9 2005/01/10 02:58:58 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
PROG= fingerd
MAN= fingerd.8
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
.include <bsd.prog.mk>