NetBSD/libexec/tftpd/Makefile

10 lines
209 B
Makefile

# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
# $Id: Makefile,v 1.3 1994/12/22 10:28:22 cgd Exp $
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN= tftpd.8
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>