NetBSD/libexec/identd/Makefile

11 lines
198 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/10/08 09:07:20 mrg Exp $
PROG= identd
SRCS= config.c identd.c netbsd.c parse.c proxy.c version.c
1994-12-22 12:57:51 +03:00
MAN= identd.8
LDADD= -lkvm
DPADD= ${LIBKVM}
.include <bsd.prog.mk>