Home | History | Annotate | Line # | Download | only in mount_ext2fs
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 1998/01/09 08:04:01 perry Exp $
      2 #
      3 #	$OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
      4 
      5 PROG=	mount_ext2fs
      6 SRCS=	mount_ext2fs.c getmntopts.c
      7 MAN=	mount_ext2fs.8
      8 
      9 MOUNT=	${.CURDIR}/../mount
     10 CPPFLAGS+= -I${MOUNT}
     11 .PATH:	${MOUNT}
     12 
     13 .include <bsd.prog.mk>
     14