DRIVER = tieman
include ../driver.mk

brl.o: brl.c ../brl.h ../misc.h brlconf.h ../brl_driver.h tables.h
	$(CC) $(BRL_CFLAGS) '-DBRLDEV="$(BRLDEV)"' -o tieman.o -c brl.c
	$(LD) -r -o brl.o tieman.o ../misc.o
brl-lib-name:
