NetBSD/usr.bin/tftp/Makefile

9 lines
170 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2005/11/20 19:28:23 ross 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
WARNS= 4
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>