summaryrefslogtreecommitdiff
path: root/usr.sbin/tftpd/Makefile
blob: 8ecff27caaa6493a69df394628b5f5f092c0b85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.5 2012/09/12 09:19:54 haesbaert Exp $

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

MAN=	tftpd.8

.include <bsd.prog.mk>