16 lines
251 B
Makefile
16 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/05/11 23:16:29 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= newfs_sysvbfs
|
|
MAN= newfs_sysvbfs.8
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
|
|
.if ${HAVE_GCC} == 4
|
|
COPTS.newfs_sysvbfs.c+= -Wno-pointer-sign
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|