~ubuntu-branches/debian/squeeze/netcat/squeeze

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2002-01-29 16:30:30 UTC
  • Revision ID: james.westby@ubuntu.com-20020129163030-jmodbvp21vqqhfg7
Tags: 1.10-21
Documented -e in man page. (Closes: #131269)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
XLIBS =         # xtra libs if necessary?
15
15
# -Bstatic for sunos,  -static for gcc, etc.  You want this, trust me.
16
16
STATIC =
17
 
CC = cc $(CFLAGS)
18
 
LD = $(CC) -s   # linker; defaults to stripped executables
 
17
CC = gcc $(CFLAGS)
 
18
LD = $(CC)      # linker; defaults to unstripped executables
19
19
o = o           # object extension
20
20
 
21
21
ALL = nc