Change MENUC= and MSGC= to ?= to aid in cross-compiling sysinst.

This commit is contained in:
garbled 1999-12-27 20:31:32 +00:00
parent cf643fe983
commit d2fb9c48f8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 1999/06/20 05:55:51 cgd Exp $
# $NetBSD: Makefile.inc,v 1.6 1999/12/27 20:31:32 garbled Exp $
#
# Makefile for install
@ -27,8 +27,8 @@ LANG?=en
.PATH: ${.CURDIR}/../..
MENUC=menuc
MSGC=msgc
MENUC?=menuc
MSGC?=msgc
.include <bsd.prog.mk>