Home | History | Annotate | Line # | Download | only in mkubootimage
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2010/06/18 18:55:48 jmcneill Exp $
      2 
      3 PROG=	mkubootimage
      4 SRCS=	mkubootimage.c crc32.c
      5 NOMAN=	# defined
      6 
      7 .include <bsd.prog.mk>
      8