Home | History | Annotate | Line # | Download | only in fstat
Makefile revision 1.10
      1  1.10  mycroft #	$NetBSD: Makefile,v 1.10 1998/03/04 18:07:29 mycroft Exp $
      2   1.7  mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1      cgd 
      4   1.1      cgd PROG=	fstat
      5   1.4      cgd DPADD=	${LIBKVM}
      6   1.4      cgd LDADD=	-lkvm
      7   1.1      cgd BINGRP=	kmem
      8   1.1      cgd BINMODE=2555
      9   1.1      cgd 
     10   1.1      cgd .include <bsd.prog.mk>
     11  1.10  mycroft 
     12  1.10  mycroft # XXX
     13  1.10  mycroft .if defined(UVM)
     14  1.10  mycroft CPPFLAGS+=      -DUVM
     15  1.10  mycroft .endif
     16  1.10  mycroft .if defined(PMAP_NEW)
     17  1.10  mycroft CPPFLAGS+=      -DPMAP_NEW
     18  1.10  mycroft .endif
     19