Home | History | Annotate | Line # | Download | only in fstat
Makefile revision 1.20.12.1
      1  1.20.12.1  wrstuden #	$NetBSD: Makefile,v 1.20.12.1 2008/09/18 04:29:12 wrstuden Exp $
      2        1.7   mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3        1.1       cgd 
      4       1.17     lukem .include <bsd.own.mk>
      5       1.17     lukem 
      6       1.20       tls USE_FORT?= yes	# setuid
      7       1.18  christos WARNS=	3
      8        1.1       cgd PROG=	fstat
      9  1.20.12.1  wrstuden SRCS=	fstat.c isofs.c ntfs.c ptyfs.c tmpfs.c misc.c
     10        1.4       cgd DPADD=	${LIBKVM}
     11        1.4       cgd LDADD=	-lkvm
     12        1.1       cgd BINGRP=	kmem
     13        1.1       cgd BINMODE=2555
     14       1.15    itojun 
     15       1.16  christos CPPFLAGS+= -I${NETBSDSRCDIR}/sys
     16       1.17     lukem 
     17       1.17     lukem .if (${USE_INET6} != "no")
     18       1.15    itojun CPPFLAGS+=-DINET6
     19       1.17     lukem .endif
     20        1.1       cgd 
     21        1.1       cgd .include <bsd.prog.mk>
     22