Home | History | Annotate | Line # | Download | only in mkubootimage
Makefile revision 1.1.4.2
      1 # $NetBSD: Makefile,v 1.1.4.2 2011/05/20 15:05:11 matt Exp $
      2 
      3 PROG=	mkubootimage
      4 SRCS=	mkubootimage.c crc32.c
      5 NOMAN=	# defined
      6 
      7 .include <bsd.prog.mk>
      8