1 # $NetBSD: Makefile,v 1.4 2002/08/19 10:16:56 lukem 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 getmntopts.c 9 MAN= mount_ext2fs.8 10 11 MOUNT= ${NETBSDSRCDIR}/sbin/mount 12 CPPFLAGS+= -I${MOUNT} 13 .PATH: ${MOUNT} 14 15 .include <bsd.prog.mk> 16