~ubuntu-branches/ubuntu/raring/cron/raring

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve Greenland
  • Date: 2004-07-28 15:43:18 UTC
  • mto: (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20040728154318-do0u2z3wwr4gwkwt
Tags: 3.0pl1-86
And yes, still needs urgency=high.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
INCLUDE         =       -I.
56
56
#INCLUDE        =
57
57
#<<need getopt()>>
58
 
LIBS            = $(PAM_LIBS)
 
58
LIBS            = $(PAM_LIBS) $(SELINUX_LIBS)
59
59
#<<optimize or debug?>>
60
60
OPTIM           =       -O2
61
61
#OPTIM          =       -g
74
74
# Allow override from command line
75
75
DEBUG_DEFS = -DDEBUGGING=0   
76
76
# The -DUSE_SIGCHLD is needed for the Alpha port
77
 
DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS)
 
77
DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS)
78
78
#(SGI IRIX systems need this)
79
79
#DEFS           =       -D_BSD_SIGNALS -Dconst=
80
80
#<<the name of the BSD-like install program>>
81
81
#INSTALL = installbsd
82
 
INSTALL = install
 
82
INSTALL = install -s
83
83
#<<any special load flags>>
84
84
# LDFLAGS               =       -s
85
85
# Let install do the strip
118
118
                        $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
119
119
 
120
120
install         :       all
121
 
                        $(INSTALL) -c -m  755 -o root -s cron    $(DESTSBIN)/
122
 
                        $(INSTALL) -c -m 4755 -o root -s crontab $(DESTBIN)/
 
121
                        $(INSTALL) -c -m  755 -o root cron    $(DESTSBIN)/
 
122
                        $(INSTALL) -c -m 4755 -o root crontab $(DESTBIN)/
123
123
                        sh putman.sh crontab.1 $(DESTMAN)
124
124
                        sh putman.sh cron.8    $(DESTMAN)
125
125
                        sh putman.sh crontab.5 $(DESTMAN)