BSD 4_4 release
[unix-history] / usr / src / libexec / tftpd / Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN8= tftpd.0
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>