summaryrefslogtreecommitdiff
path: root/libexec/identd/Makefile
blob: 9893c04d22f2a03394f2883faaa8a8aef465fcef (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.3 1997/08/01 19:08:39 deraadt Exp $

PROG=	identd
SRCS=	identd.c openbsd.c parse.c proxy.c version.c
MAN=	identd.8

LDADD=	-lkvm
DPADD=	${LIBKVM}

.include <bsd.prog.mk>