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