]> git.saurik.com Git - apple/network_cmds.git/blame - identd.tproj/Makefile.dist
network_cmds-77.tar.gz
[apple/network_cmds.git] / identd.tproj / Makefile.dist
CommitLineData
b7080c8e
A
1# $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:57:40 wsanchez Exp $
2
3PROG= identd
4SRCS= config.c identd.c netbsd.c parse.c proxy.c version.c
5MAN8= identd.0
6
7LDADD= -lkvm
8DPADD= ${LIBKVM}
9
10.include <bsd.prog.mk>