1 # $NetBSD: Makefile,v 1.6 2005/02/05 14:51:16 xtraeme 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 9 MAN= mount_ext2fs.8 10 11 WARNS= 3 12 13 DPADD+=${LIBUTIL} 14 LDADD+=-lutil 15 16 .include <bsd.prog.mk> 17