3ec88115d6
PR: 47483 Submitted by: KATO Tsuguru <tkato@prontomail.com>
53 lines
1 KiB
Text
53 lines
1 KiB
Text
*** Makefile.orig Fri Aug 2 04:04:02 2002
|
|
--- Makefile Sat Jan 25 06:35:29 2003
|
|
***************
|
|
*** 12,35 ****
|
|
# Change the line below for your system. If you are on a Sun or Vax,
|
|
# you may want BSD.
|
|
|
|
! SYS = LINUX
|
|
! #SYS = BSD
|
|
#SYS = SYSV
|
|
|
|
# Use -g to compile the program for debugging.
|
|
|
|
#DEBUG = -g -DDEBUG -Wall
|
|
! DEBUG = -O2
|
|
|
|
# Use -p to profile the program.
|
|
#PROFILE = -p -DPROFILE
|
|
PROFILE =
|
|
|
|
! LIBS = -lncurses
|
|
|
|
# You shouldn't have to modify anything below this line.
|
|
|
|
! CFLAGS = $(DEBUG) $(PROFILE) -D$(SYS)
|
|
|
|
FILES = \
|
|
attack.c \
|
|
--- 12,35 ----
|
|
# Change the line below for your system. If you are on a Sun or Vax,
|
|
# you may want BSD.
|
|
|
|
! #SYS = LINUX
|
|
! SYS = BSD
|
|
#SYS = SYSV
|
|
|
|
# Use -g to compile the program for debugging.
|
|
|
|
#DEBUG = -g -DDEBUG -Wall
|
|
! #DEBUG = -O2
|
|
|
|
# Use -p to profile the program.
|
|
#PROFILE = -p -DPROFILE
|
|
PROFILE =
|
|
|
|
! LIBS = -lcurses
|
|
|
|
# You shouldn't have to modify anything below this line.
|
|
|
|
! CFLAGS+= $(DEBUG) $(PROFILE) -D$(SYS)
|
|
|
|
FILES = \
|
|
attack.c \
|