Home | History | Annotate | Line # | Download | only in tftpd
Makefile revision 1.12
      1  1.12  lukem #	$NetBSD: Makefile,v 1.12 2009/03/16 02:24:57 lukem Exp $
      2   1.4    mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      3   1.1    cgd 
      4  1.12  lukem WARNS?=	2		# XXX: setjmp clobber warnings
      5  1.12  lukem 
      6  1.11  lukem .include <bsd.own.mk>
      7  1.10  lukem 
      8   1.1    cgd PROG=	tftpd
      9   1.1    cgd SRCS=	tftpd.c tftpsubs.c
     10   1.3    cgd MAN=	tftpd.8
     11  1.10  lukem CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/tftp
     12  1.10  lukem .PATH:	${NETBSDSRCDIR}/usr.bin/tftp
     13   1.1    cgd 
     14   1.1    cgd .include <bsd.prog.mk>
     15