]> git.cameronkatri.com Git - apple_cmds.git/blob - remote_cmds/tftpd.tproj/Makefile
Merge branch 'apple'
[apple_cmds.git] / remote_cmds / tftpd.tproj / Makefile
1 PROG= tftpd
2 SRCS= tftpd.c tftpsubs.c
3 MAN= tftpd.8
4
5 BINDIR=/usr/libexec
6
7 .PATH: ${.CURDIR}/../tftp.tproj
8
9 .include <bsd.prog.mk>