Home | History | Annotate | Line # | Download | only in fstat
Makefile revision 1.12
      1  1.12      mrg #	$NetBSD: Makefile,v 1.12 1999/03/24 05:51:31 mrg 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.11    lukem SRCS=	fstat.c isofs.c
      6   1.4      cgd DPADD=	${LIBKVM}
      7   1.4      cgd LDADD=	-lkvm
      8   1.1      cgd BINGRP=	kmem
      9   1.1      cgd BINMODE=2555
     10   1.1      cgd 
     11   1.1      cgd .include <bsd.prog.mk>
     12  1.10  mycroft 
     13  1.10  mycroft # XXX
     14  1.10  mycroft .if defined(PMAP_NEW)
     15  1.10  mycroft CPPFLAGS+=      -DPMAP_NEW
     16  1.10  mycroft .endif
     17