NetBSD/sbin/mount_ext2fs/Makefile

16 lines
314 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2002/08/19 10:16:56 lukem Exp $
1998-01-09 11:03:16 +03:00
#
# $OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
.include <bsd.own.mk>
PROG= mount_ext2fs
SRCS= mount_ext2fs.c getmntopts.c
MAN= mount_ext2fs.8
MOUNT= ${NETBSDSRCDIR}/sbin/mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>