NetBSD/libexec/identd/Makefile

11 lines
202 B
Makefile
Raw Normal View History

1996-08-30 21:41:29 +04:00
# $NetBSD: Makefile,v 1.3 1996/08/30 17:41:29 thorpej 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>