mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
*** Makefile.orig Sat Oct 21 04:06:58 1995
|
|
--- Makefile Tue Jan 16 04:15:15 1996
|
|
***************
|
|
*** 165,171 ****
|
|
UI_linux = Unix/
|
|
SHELL_linux = /bin/sh
|
|
|
|
! CFLAGS_freebsd = -O2 -funroll-loops -finline-functions -fno-strength-reduce
|
|
LIBS_freebsd = -lm
|
|
AUDIODIR_freebsd=PCux/
|
|
CONFIG_freebsd = PCux/freebsd_
|
|
--- 165,171 ----
|
|
UI_linux = Unix/
|
|
SHELL_linux = /bin/sh
|
|
|
|
! CFLAGS_freebsd = -O2 -funroll-loops -finline-functions
|
|
LIBS_freebsd = -lm
|
|
AUDIODIR_freebsd=PCux/
|
|
CONFIG_freebsd = PCux/freebsd_
|
|
***************
|
|
*** 247,253 ****
|
|
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
|
|
st_virt$O automaton$O
|
|
|
|
! all: tracker${EXE} randomize${EXE} splitmod${EXE} Docs/tracker.text
|
|
|
|
config.h: $(CONFIG)config.h Makefile
|
|
rm -f config.h
|
|
--- 247,253 ----
|
|
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
|
|
st_virt$O automaton$O
|
|
|
|
! all: tracker${EXE} randomize${EXE} splitmod${EXE}
|
|
|
|
config.h: $(CONFIG)config.h Makefile
|
|
rm -f config.h
|
|
***************
|
|
*** 271,277 ****
|
|
$(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
|
|
$(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
|
|
[ -f ${COMPRESSION_FILE} ] || \
|
|
! $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE}
|
|
|
|
# no manpage available, use the texinfo manual.
|
|
install.man:
|
|
--- 271,277 ----
|
|
$(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
|
|
$(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
|
|
[ -f ${COMPRESSION_FILE} ] || \
|
|
! $(INSTALL) $(INST_MAN_OPT) Lib/compression_methods ${COMPRESSION_FILE}
|
|
|
|
# no manpage available, use the texinfo manual.
|
|
install.man:
|