NetBSD/usr.bin/tftp/Makefile

8 lines
160 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1994/12/08 09:51:23 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
.include <bsd.prog.mk>