7 lines
105 B
Makefile
7 lines
105 B
Makefile
|
# @(#)Makefile 5.9 (Berkeley) 5/11/90
|
||
|
|
||
|
PROG= tftp
|
||
|
SRCS= main.c tftp.c tftpsubs.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|