mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-18 00:52:16 +00:00
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
|