blob: 7fc8cfae3c79650c919d910d8eb950e6aeca9f06 (
plain)
1
2
3
4
5
6
7
8
9
|
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
# $Id: Makefile,v 1.1 1995/10/18 08:43:25 deraadt Exp $
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN= tftpd.8
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>
|