summaryrefslogtreecommitdiff
path: root/libexec/fingerd/Makefile
blob: 4ade1c2fb36cf0c6ba82bcbf547ca7653a913335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
ad261ed4e78b0ce96c1d6f964274696659b243ef'>Add capfile(5) to describe the termcap format.roy 2012-03-20Use C89 function definitionsmatt 2010-02-03Userland now builds and uses terminfo instead of termcap.roy 2009-04-14Fix -Wcast-qual issueslukem 2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2001-12-08Sort sections.wiz 2001-11-02Update to the new t_agetstr() API.christos 2001-04-04Add section to xref. Sort SEE ALSO. Lowercase nroff in xref. Fixwiz 2000-05-28Use new termcap interface.blymn 2000-04-14Don't declare 'extern opt*' getopt variables.simonb 1999-10-04update after change to return value of tputs() third argumentlukem 1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled 1998-12-19braceschristos