Home | History | Annotate | Line # | Download | only in mount_ext2fs
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2005/06/27 01:00:05 christos Exp $
      2 #
      3 #	$OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
      4 
      5 .include <bsd.own.mk>
      6 
      7 PROG=	mount_ext2fs
      8 SRCS=	mount_ext2fs.c
      9 MAN=	mount_ext2fs.8
     10 
     11 DPADD+=${LIBUTIL}
     12 LDADD+=-lutil
     13 
     14 .include <bsd.prog.mk>
     15