remove -D__NetBSD__ (it's done globally now)

This commit is contained in:
pooka 2010-02-16 20:34:03 +00:00
parent 0e14adec54
commit 97fada1858
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2008/07/29 13:17:43 pooka Exp $
# $NetBSD: Makefile,v 1.5 2010/02/16 20:34:03 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../fs/ntfs
@ -8,7 +8,7 @@ LIB= rumpfs_ntfs
SRCS= ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c \
ntfs_vfsops.c ntfs_vnops.c
CFLAGS+=-Wno-pointer-sign -D__NetBSD__
CFLAGS+=-Wno-pointer-sign
.include <bsd.lib.mk>
.include <bsd.klinks.mk>