Updated YP code from Theo Deraadt taken from NetBSD. This code was written
[unix-history] / usr.bin / tftp / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.9 (Berkeley) 5/11/90
2
3PROG= tftp
4SRCS= main.c tftp.c tftpsubs.c
5
6.include <bsd.prog.mk>