mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
# $Id: qequals.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
|
|
|
|
M= i386
|
|
V.i386= OK
|
|
V.$M ?= bug
|
|
|
|
all:
|
|
@echo 'V.$M ?= ${V.$M}'
|