Home | History | Annotate | Line # | Download | only in mount_ext2fs
Makefile revision 1.6
      1  1.6   xtraeme #	$NetBSD: Makefile,v 1.6 2005/02/05 14:51:16 xtraeme Exp $
      2  1.3     perry #
      3  1.1    bouyer #	$OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
      4  1.1    bouyer 
      5  1.4     lukem .include <bsd.own.mk>
      6  1.4     lukem 
      7  1.1    bouyer PROG=	mount_ext2fs
      8  1.5  jdolecek SRCS=	mount_ext2fs.c
      9  1.1    bouyer MAN=	mount_ext2fs.8
     10  1.1    bouyer 
     11  1.6   xtraeme WARNS=	3
     12  1.6   xtraeme 
     13  1.5  jdolecek DPADD+=${LIBUTIL}
     14  1.5  jdolecek LDADD+=-lutil
     15  1.1    bouyer 
     16  1.1    bouyer .include <bsd.prog.mk>
     17