summaryrefslogtreecommitdiff
path: root/libexec/identd/Makefile
blob: 67f2148ce723b1e7754e7e41f5a2988971ea05c8 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.1 1995/10/18 08:43:17 deraadt Exp $

PROG=	identd
SRCS=	config.c identd.c netbsd.c parse.c proxy.c version.c
MAN=	identd.8

LDADD=	-lkvm
DPADD=	${LIBKVM}

.include <bsd.prog.mk>