mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b460b2783f
PR: ports/4053 Submitted by: Andrey Zakhvatov Andrey Zakhvatov <andy@icc.surw.chel.su>
28 lines
760 B
Plaintext
28 lines
760 B
Plaintext
*** Makefile Mon Feb 24 23:42:28 1997
|
|
--- /home/andy/tmp/wrk/Makefile Fri Jul 4 23:45:17 1997
|
|
***************
|
|
*** 32,42 ****
|
|
#MANDIR=../../man
|
|
MANDIR=/usr/local/man
|
|
# Name of the default wordfile
|
|
! WORDFILE=-DWORDFILE=\"/usr/dict/words\"
|
|
# C compiler
|
|
CC=cc
|
|
# Optimization or other flags for C compiler
|
|
! CCFLAGS=-O
|
|
#CCFLAGS=-g
|
|
# Alter this if you have problems compiling the CPU limit code or the
|
|
# timer code
|
|
--- 32,42 ----
|
|
#MANDIR=../../man
|
|
MANDIR=/usr/local/man
|
|
# Name of the default wordfile
|
|
! WORDFILE=-DWORDFILE=\"/usr/share/dict/words\"
|
|
# C compiler
|
|
CC=cc
|
|
# Optimization or other flags for C compiler
|
|
! CCFLAGS=${CFLAGS}
|
|
#CCFLAGS=-g
|
|
# Alter this if you have problems compiling the CPU limit code or the
|
|
# timer code
|