summaryrefslogtreecommitdiff
path: root/libexec/identd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /libexec/identd/Makefile
initial import of NetBSD tree
Diffstat (limited to 'libexec/identd/Makefile')
-rw-r--r--libexec/identd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/identd/Makefile b/libexec/identd/Makefile
new file mode 100644
index 00000000000..67f2148ce72
--- /dev/null
+++ b/libexec/identd/Makefile
@@ -0,0 +1,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>