summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd/Makefile
blob: b9db2a9e0ae41e32ddfdb501950bd14b6b81e25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

PROG=	tftpd
SRCS=	tftpd.c tftp-io.c tftp-utils.c tftp-file.c tftp-transfer.c tftp-options.c
WARNS=	3
WFORMAT=0
MAN=	tftpd.8
CFLAGS=-g -Wall
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp -I${.CURDIR}/../../libexec/tftpd
.PATH:	${.CURDIR}/../../usr.bin/tftp
COPTFLAGS = -O
LDFLAGS= -lwrap

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud