mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
9 lines
121 B
Makefile
9 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}'
|