mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-04-25 03:34:39 +00:00
remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 2008/08/29 00:02:25 gmcgarry Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2011/06/20 07:44:03 mrg Exp $
|
||||
|
||||
PROG= mopd
|
||||
SRCS= mopd.c process.c
|
||||
@@ -9,6 +9,6 @@ DPADD+= ${LIBUTIL}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
|
||||
.if defined(HAVE_GCC) || defined(HAVE_PCC)
|
||||
COPTS.process.c+= -Wno-pointer-sign
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user