diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-11 04:22:17 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-11 04:22:17 +0000 |
commit | 5b381db8cc67dd85695c49a85893ac7a5a612f42 (patch) | |
tree | a28fa550392e329e06cecf28e58a8004b5c0ea5f /share/syscons/fonts/Makefile | |
parent | 128a410505f03ab889e69e25f7e212f8d6e21bc7 (diff) |
Remove NO_OBJ
For meta mode we will want objdirs.
Differential Revision: D2748
Reviewed by: brooks imp
Notes
Notes:
svn path=/head/; revision=284255
Diffstat (limited to 'share/syscons/fonts/Makefile')
-rw-r--r-- | share/syscons/fonts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index bb5c6eb4469b..c7c6a1b36dc7 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -32,6 +32,4 @@ FILES= armscii8-8x8.fnt armscii8-8x14.fnt armscii8-8x16.fnt \ FILESDIR= ${SHAREDIR}/syscons/fonts -NO_OBJ= - .include <bsd.prog.mk> |