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