Home | History | Annotate | Line # | Download | only in bootptest
Makefile revision 1.1
      1  1.1  lukem #	$NetBSD: Makefile,v 1.1 1998/03/15 01:13:25 lukem Exp $
      2  1.1  lukem 
      3  1.1  lukem PROG=	bootptest
      4  1.1  lukem SRCS=	bootptest.c print-bootp.c getether.c
      5  1.1  lukem MAN=	bootptest.8
      6  1.1  lukem 
      7  1.1  lukem .include <bsd.prog.mk>
      8