Home | History | Annotate | Line # | Download | only in tunefs
Makefile revision 1.9.4.1
      1 #	$NetBSD: Makefile,v 1.9.4.1 1999/10/19 20:01:06 fvdl Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 PROG=	tunefs
      5 MAN=	tunefs.8
      6 SRCS=	tunefs.c ffs_bswap.c
      7 #
      8 # XXX should go away when brought into the mainline
      9 #
     10 CPPFLAGS+=-I${.CURDIR}/../../sys
     11 .PATH:  ${.CURDIR}/../../sys/ufs/ffs
     12 
     13 .include <bsd.prog.mk>
     14