mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# $Id: qequals.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
|
|
|
|
M= i386
|
|
V.i386= OK
|
|
V.$M ?= bug
|
|
|
|
all:
|
|
@echo 'V.$M ?= ${V.$M}'
|