summaryrefslogtreecommitdiff
path: root/libexec/identd/Makefile
blob: 08b49134b434468b4d0fe72e7f1defb21acff7ef (plain)
1
2
3
4
5
6
7
8
9
#	$Id: Makefile,v 1.5 2000/04/10 20:39:05 ericj Exp $

PROG=	identd
SRCS=	identd.c openbsd.c parse.c version.c
MAN=	identd.8

CFLAGS+= -Wall -Werror 

.include <bsd.prog.mk>