summaryrefslogtreecommitdiff
path: root/libexec/tftpd/Makefile
blob: 28ecfd3ee8e00d0b4c2822b5c5b35ca1372bbb02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.8 1999/07/12 20:17:09 itojun Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93

PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
MAN=	tftpd.8
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH:	${.CURDIR}/../../usr.bin/tftp

# for portability across old sockaddr_storage definition
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family

.include <bsd.prog.mk>