aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftpd.tproj/Makefile
blob: 60b28532e51145bcc41a4b731ee191da556efb98 (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: ../tftp.tproj

.include <bsd.prog.mk>