summaryrefslogtreecommitdiff
path: root/share/syscons
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commite653b48c80fb85b2a10372d664a4b55dbdc51dae (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /share/syscons
parentd626a8a238996d787428b43e5398f512cfd0aa94 (diff)
Notes
Diffstat (limited to 'share/syscons')
-rw-r--r--share/syscons/fonts/Makefile2
-rw-r--r--share/syscons/keymaps/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index 534630d115bd..e915309fe745 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -32,6 +32,6 @@ FILES= armscii8-8x8.fnt armscii8-8x14.fnt armscii8-8x16.fnt \
FILESDIR= ${SHAREDIR}/syscons/fonts
-NOOBJ=
+NO_OBJ=
.include <bsd.prog.mk>
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile
index aa7d1cac04d4..d803988f7f80 100644
--- a/share/syscons/keymaps/Makefile
+++ b/share/syscons/keymaps/Makefile
@@ -45,6 +45,6 @@ FILES= INDEX.keymaps \
FILESDIR= ${SHAREDIR}/syscons/keymaps
-NOOBJ=
+NO_OBJ=
.include <bsd.prog.mk>