aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftpd.tproj/Makefile
blob: 080009df98966c82b629f2e81f2c0e73ee0c8a1f (plain) (blame)
1
2
3
4
5
6
7
8
9
PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
MAN=	tftpd.8

BINDIR=/usr/libexec

.PATH: ${.CURDIR}/../tftp.tproj

.include <bsd.prog.mk>