mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
3201a2c95a
- Add option to use SVGAlib console driver. PR: 52479 Submitted by: Ports Fury
11 lines
304 B
Makefile
11 lines
304 B
Makefile
### ---------------- Lexmark 3200 device ----------------- ###
|
|
|
|
lxm3200_=$(GLOBJ)gdevlx32.$(OBJ)
|
|
|
|
$(DD)lxm3200.dev: $(lxm3200_) $(DD)page.dev
|
|
$(SETPDEV) $(DD)lxm3200 $(lxm3200_)
|
|
|
|
$(GLOBJ)gdevlx32.$(OBJ): $(GLSRC)gdevlx32.c $(PDEVH) $(gsparam_h)
|
|
$(GLCC) $(GLO_)gdevlx32.$(OBJ) $(C_) $(GLSRC)gdevlx32.c
|
|
|