NetBSD/libexec/tftpd/Makefile

9 lines
152 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.10 (Berkeley) 5/11/90
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN8= tftpd.0
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>