Home | History | Annotate | Line # | Download | only in tunefs
Makefile revision 1.10
      1  1.10   lukem #	$NetBSD: Makefile,v 1.10 2001/08/19 09:39:24 lukem Exp $
      2   1.7     cgd #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1     cgd 
      4   1.1     cgd PROG=	tunefs
      5   1.6     cgd MAN=	tunefs.8
      6   1.8  bouyer SRCS=	tunefs.c ffs_bswap.c
      7   1.8  bouyer .PATH:  ${.CURDIR}/../../sys/ufs/ffs
      8  1.10   lukem 
      9  1.10   lukem WARNS?=2
     10   1.1     cgd 
     11   1.1     cgd .include <bsd.prog.mk>
     12