Home | History | Annotate | Line # | Download | only in tftp-proxy
Makefile revision 1.1.1.1
      1  1.1.1.1  martti #	$NetBSD: Makefile,v 1.1.1.1 2009/12/01 07:03:09 martti Exp $
      2  1.1.1.1  martti #	$OpenBSD: Makefile,v 1.1 2005/12/28 19:07:07 jcs Exp $
      3  1.1.1.1  martti 
      4  1.1.1.1  martti PROG=	tftp-proxy
      5  1.1.1.1  martti SRCS=	tftp-proxy.c filter.c
      6  1.1.1.1  martti MAN=	tftp-proxy.8
      7  1.1.1.1  martti 
      8  1.1.1.1  martti .include <bsd.prog.mk>
      9