1bbda10eb1
Changed to conform to NetBSD's new RCS Id convention.
8 lines
160 B
Makefile
8 lines
160 B
Makefile
# $NetBSD: Makefile,v 1.3 1994/12/08 09:51:23 jtc Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tftp
|
|
SRCS= main.c tftp.c tftpsubs.c
|
|
|
|
.include <bsd.prog.mk>
|