1998-01-09 11:03:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 1998/01/09 08:04:01 perry Exp $
|
|
|
|
#
|
1997-06-11 15:21:39 +04:00
|
|
|
# $OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
|
|
|
|
|
|
|
|
PROG= mount_ext2fs
|
|
|
|
SRCS= mount_ext2fs.c getmntopts.c
|
|
|
|
MAN= mount_ext2fs.8
|
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
1997-10-10 23:47:50 +04:00
|
|
|
CPPFLAGS+= -I${MOUNT}
|
1997-06-11 15:21:39 +04:00
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|