Home | History | Annotate | Line # | Download | only in tftp-proxy
      1 #	$NetBSD: Makefile,v 1.3 2009/04/22 15:23:06 lukem Exp $
      2 #	$OpenBSD: Makefile,v 1.1 2005/12/28 19:07:07 jcs Exp $
      3 
      4 PROG=	tftp-proxy
      5 SRCS=	tftp-proxy.c filter.c
      6 MAN=	tftp-proxy.8
      7 
      8 CPPFLAGS+=-I${NETBSDSRCDIR}/sys
      9 
     10 BINDIR= /usr/libexec
     11 
     12 .include <bsd.prog.mk>
     13 
     14 .PATH: ${NETBSDSRCDIR}/dist/pf/libexec/tftp-proxy
     15