1 1.3 gmcgarry # $NetBSD: Makefile,v 1.3 2008/08/29 00:02:23 gmcgarry Exp $ 2 1.1 tsutsui 3 1.1 tsutsui .include <bsd.own.mk> 4 1.1 tsutsui 5 1.1 tsutsui PROG= newfs_sysvbfs 6 1.1 tsutsui MAN= newfs_sysvbfs.8 7 1.1 tsutsui 8 1.1 tsutsui DPADD+= ${LIBUTIL} 9 1.1 tsutsui LDADD+= -lutil 10 1.1 tsutsui 11 1.3 gmcgarry .if defined(HAVE_GCC) && ${HAVE_GCC} == 4 12 1.2 mrg COPTS.newfs_sysvbfs.c+= -Wno-pointer-sign 13 1.2 mrg .endif 14 1.2 mrg 15 1.1 tsutsui .include <bsd.prog.mk> 16