dissertation/usr.bin/tftp/Makefile

8 lines
142 B
Makefile

# $OpenBSD: Makefile,v 1.4 2003/04/17 17:17:27 henning Exp $
PROG= tftp
CFLAGS+=-Wall
SRCS= main.c tftp.c tftpsubs.c
.include <bsd.prog.mk>