head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2016.12.24.08.18.44;	author wiz;	state Exp;
branches;
next	1.1;
commitid	2wp6jXMvozYUcdzz;

1.1
date	2016.12.22.10.31.17;	author mlelstv;	state Exp;
branches;
next	;
commitid	QtFy7mfn1ROa0Yyz;


desc
@@


1.2
log
@Add man page for guest2core.
@
text
@#       $NetBSD: Makefile,v 1.1 2016/12/22 10:31:17 mlelstv Exp $
#       @@(#)Makefile    8.1 (Berkeley) 6/6/93

.include <bsd.own.mk>

WARNS=  3
PROG=   guest2core
SRCS=   main.c
MAN=	guest2core.8

LDADD+= -lelf
DPADD+= ${LIBELF}

.include <bsd.prog.mk>
@


1.1
log
@Translates the dump of qemu guest memory to a NetBSD core file.
So far x86_64 only.
@
text
@d1 1
a1 1
#       $NetBSD: $
d9 1
a9 1
MAN=
@

