mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3201a2c95a
- Add option to use SVGAlib console driver. PR: 52479 Submitted by: Ports Fury
12 lines
442 B
Makefile
12 lines
442 B
Makefile
### ----------------- LexMark 5000 printer ----------------------------- ###
|
|
### Note: this driver was contributed by users. Please contact: ###
|
|
### Peter B. West <p.west@uq.net.au> ###
|
|
|
|
lx5000_=$(GLOBJ)gdevlx50.$(OBJ)
|
|
$(DD)lx5000.dev: $(lx5000_)
|
|
$(SETPDEV) $(DD)lx5000 $(lx5000_)
|
|
|
|
$(GLOBJ)gdevlx50.$(OBJ): $(GLSRC)gdevlx50.c $(PDEVH)
|
|
$(GLCC) $(GLO_)gdevlx50.$(OBJ) $(C_) $(GLSRC)gdevlx50.c
|
|
|