Home | History | Annotate | Line # | Download | only in mdsetimage
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1997/01/02 00:33:34 pk Exp $
      2 
      3 PROG=	mdsetimage
      4 SRCS=	mdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c
      5 MAN=	mdsetimage.8
      6 
      7 .include <bsd.prog.mk>
      8