1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
|
|
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:38:48 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= tftpd
|
|
|
|
SRCS= tftpd.c tftpsubs.c
|
|
|
|
MAN8= tftpd.0
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/tftp
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|