mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-23 02:37:58 +00:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/08/29 00:02:25 gmcgarry Exp $
|
|
|
|
PROG= mopprobe
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
|
|
COPTS.mopprobe.c+= -Wno-pointer-sign
|
|
.endif
|