summaryrefslogtreecommitdiff
path: root/libexec/identd/Makefile
blob: 567619b509ba410139af175fae1d2746df86494e (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.7 2002/07/16 10:16:10 deraadt Exp $

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

CFLAGS+= -Wall -Werror 

.include <bsd.prog.mk>