10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/05/12 01:54:57 mrg Exp $
|
|
|
|
PROG= mopprobe
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.if ${HAVE_GCC} == 4
|
|
COPTS+= -Wno-pointer-sign
|
|
.endif
|