b4995580bb
Also, move file-scope .c extern decls to the .h file
9 lines
170 B
Makefile
9 lines
170 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/11/20 19:28:23 ross Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tftp
|
|
SRCS= main.c tftp.c tftpsubs.c
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|