mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
*** Makefile.orig Thu Sep 7 18:15:26 1995
|
|
--- Makefile Fri Sep 15 03:09:44 1995
|
|
***************
|
|
*** 30,36 ****
|
|
MAN_DIR = $(PREFIX)/man
|
|
|
|
# Where to put the compression methods description
|
|
! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods
|
|
|
|
# How to install the binaries and manpage. If you have a unix system,
|
|
# use the GNU install program if you have it, otherwise try 'cp'. For
|
|
--- 30,36 ----
|
|
MAN_DIR = $(PREFIX)/man
|
|
|
|
# Where to put the compression methods description
|
|
! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods
|
|
|
|
# How to install the binaries and manpage. If you have a unix system,
|
|
# use the GNU install program if you have it, otherwise try 'cp'. For
|
|
***************
|
|
*** 51,58 ****
|
|
#
|
|
# If you don't wish to use the 'make install' and 'make install.man'
|
|
# commands, you can ignore these.
|
|
! INST_BIN_OPT = -c -s -m 555 -o store -g store
|
|
! INST_MAN_OPT = -c -m 444 -o store -g store
|
|
###############################################################################
|
|
#
|
|
# C compiler flags and libraries for each machine.
|
|
--- 51,60 ----
|
|
#
|
|
# If you don't wish to use the 'make install' and 'make install.man'
|
|
# commands, you can ignore these.
|
|
! #INST_BIN_OPT = -c -s -m 555 -o store -g store
|
|
! #INST_MAN_OPT = -c -m 444 -o store -g store
|
|
! INST_BIN_OPT = -c -s -m 555 -o bin -g bin
|
|
! INST_MAN_OPT = -c -m 644 -o bin -g bin
|
|
###############################################################################
|
|
#
|
|
# C compiler flags and libraries for each machine.
|
|
***************
|
|
*** 239,245 ****
|
|
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
|
|
st_virt$O automaton$O
|
|
|
|
! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE} doc
|
|
|
|
config.h: $(CONFIG)config.h Makefile
|
|
rm -f config.h
|
|
--- 241,247 ----
|
|
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
|
|
st_virt$O automaton$O
|
|
|
|
! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE}
|
|
|
|
config.h: $(CONFIG)config.h Makefile
|
|
rm -f config.h
|