Home | History | Annotate | Line # | Download | only in tunefs
Makefile revision 1.13
      1  1.13  xtraeme #	$NetBSD: Makefile,v 1.13 2005/02/09 06:26:13 xtraeme Exp $
      2   1.7      cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1      cgd 
      4  1.12    lukem .include <bsd.own.mk>
      5  1.12    lukem 
      6   1.1      cgd PROG=	tunefs
      7   1.6      cgd MAN=	tunefs.8
      8   1.8   bouyer SRCS=	tunefs.c ffs_bswap.c
      9  1.11    lukem LDADD+=-lutil
     10  1.11    lukem 
     11  1.12    lukem .PATH:  ${NETBSDSRCDIR}/sys/ufs/ffs
     12  1.10    lukem 
     13  1.13  xtraeme WARNS=	3
     14   1.1      cgd 
     15   1.1      cgd .include <bsd.prog.mk>
     16