mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
12 lines
420 B
Text
12 lines
420 B
Text
*** Makefile.orig Fri Oct 22 09:17:37 1999
|
|
--- Makefile Fri Oct 22 09:18:27 1999
|
|
***************
|
|
*** 74,79 ****
|
|
--- 74,80 ----
|
|
CFLAGS+= -DVERSION=\"$(VERSION)\"
|
|
CFLAGS+= -DRELOC=$(RELOCADDR)
|
|
#AS= /usr/ports/net/etherboot/work/binutils-2.9.1.0.25/gas/as-new
|
|
+ AS= `echo ../../bin*/gas/as-new`
|
|
|
|
IDENT= 'Etherboot/$(BITS) $(VERSION) (GPL) $@'
|
|
# Stack must be below 640kb so we have real memory there
|