]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftpd/Makefile
Spelling fixes.
[FreeBSD/FreeBSD.git] / libexec / tftpd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 #       $Id$
3
4 PROG=   tftpd
5 SRCS=   tftpd.c tftpsubs.c
6 MAN8=   tftpd.8
7 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
8 .PATH:  ${.CURDIR}/../../usr.bin/tftp
9
10 .include <bsd.prog.mk>