NetBSD/libexec/tftpd/Makefile

15 lines
320 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2009/03/16 02:24:57 lukem Exp $
1997-10-07 13:46:45 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 12:45:37 +03:00
WARNS?= 2 # XXX: setjmp clobber warnings
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
1994-12-22 12:57:51 +03:00
MAN= tftpd.8
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/tftp
.PATH: ${NETBSDSRCDIR}/usr.bin/tftp
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>