opnsense-src/share/examples/kld/syscall/test/Makefile
Wojciech A. Koszek 55f031bd90 Conform style.Makefile(5) and replace = and += with ?=, which lets you to
override WARNS.

Reported by:	<marius@nuenneri.ch> and uqs@
2010-02-01 16:13:56 +00:00

8 lines
106 B
Makefile

# Makefile for simple caller of syscall
# $FreeBSD$
PROG= call
NO_MAN=
WARNS?= 5
.include <bsd.prog.mk>