summaryrefslogtreecommitdiffstats
path: root/usr.sbin/identd/Makefile
blob: 37ec17bd78118d33137b6ecb232b4501e525dd37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 2013/03/18 00:34:48 dlg Exp $

PROG=	identd
SRCS=	identd.c
LDADD=	-levent
DPADD=	${LIBEVENT}
CFLAGS+= -Wall -Werror

MAN=	identd.8

.include <bsd.prog.mk>