mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c873c90a0a
2) Fix install for non-root users. 3) "See work/Arc521.doc" is not considered a good pkg/DESCR. 4) install ad. doc., too.
35 lines
865 B
Plaintext
35 lines
865 B
Plaintext
*** Makefile.old Wed Apr 15 02:57:58 1992
|
|
--- Makefile Sat Dec 31 20:36:07 1994
|
|
***************
|
|
*** 32,45 ****
|
|
OPT = -O
|
|
# For MWC 3.0 on the Atari ST, use:
|
|
#CFLAGS = -VCOMPAC -VPEEP
|
|
! CFLAGS = $(OPT) $(SYSTEM)
|
|
|
|
# GNU's gcc is very nice, if you've got it. Otherwise just cc.
|
|
#CC = cgcc -mshort
|
|
! CC = cc
|
|
|
|
# tmclock is only needed on Unix systems...
|
|
! TMCLOCK = tmclock.o
|
|
|
|
# Files needed for System V
|
|
#SYSVOBJ = getwd.o rename.o scandir.o utimes.o
|
|
--- 32,46 ----
|
|
OPT = -O
|
|
# For MWC 3.0 on the Atari ST, use:
|
|
#CFLAGS = -VCOMPAC -VPEEP
|
|
! #CFLAGS = $(OPT) $(SYSTEM)
|
|
! CFLAGS+=$(SYSTEM)
|
|
|
|
# GNU's gcc is very nice, if you've got it. Otherwise just cc.
|
|
#CC = cgcc -mshort
|
|
! #CC = cc
|
|
|
|
# tmclock is only needed on Unix systems...
|
|
! TMCLOCK = #tmclock.o
|
|
|
|
# Files needed for System V
|
|
#SYSVOBJ = getwd.o rename.o scandir.o utimes.o
|