Home | History | Annotate | Line # | Download | only in pmap
Makefile revision 1.2
      1  1.2  atatat #	$NetBSD: Makefile,v 1.2 2003/01/08 20:25:12 atatat Exp $
      2  1.1  atatat 
      3  1.1  atatat PROG=		pmap
      4  1.2  atatat SRCS=		main.c pmap.c pmap_ld.c
      5  1.1  atatat BINGRP=		kmem
      6  1.1  atatat BINMODE=	2555
      7  1.1  atatat LDADD=		-lkvm
      8  1.1  atatat DPADD=		${LIBKVM}
      9  1.1  atatat 
     10  1.1  atatat .include <bsd.prog.mk>
     11