lance needs 8k in order for safecopies to work (malloc()).

This commit is contained in:
Ben Gras 2006-08-02 22:42:10 +00:00
parent 6dbca44030
commit 23e1bffd7a

View File

@ -22,7 +22,7 @@ OBJ = lance.o
all build: $(DRIVER)
$(DRIVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 4k $(DRIVER)
install -S 8k $(DRIVER)
# install with other drivers
install: /usr/sbin/$(DRIVER)