summaryrefslogtreecommitdiff
path: root/libexec/identd/Makefile
blob: 7ee1e633b43034a58562f51eac8f79cad801c865 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.8 2003/06/28 01:05:21 deraadt Exp $

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

CFLAGS+= -Wall

.include <bsd.prog.mk>