| 
                Last change
                  on this file since 441 was
                  104,
                  checked in by presbrey, 19 years ago
           | 
        
        
          | 
            upd-execsys bug fix
renamed staticsys-cat from sbin to bin to avoid selinux
           | 
        
        | 
            File size:
            683 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | CC = @CC@ | 
|---|
| 2 | CFLAGS = @CFLAGS@ | 
|---|
| 3 | prefix = @prefix@ | 
|---|
| 4 | exec_prefix = @exec_prefix@ | 
|---|
| 5 | libexecdir = @libexecdir@ | 
|---|
| 6 | sysconfdir = @sysconfdir@ | 
|---|
| 7 | APACHEDIR = /etc/httpd | 
|---|
| 8 | SYSCATPATH = /usr/local/bin | 
|---|
| 9 |  | 
|---|
| 10 | all-local: static-cat execsys-binfmt | 
|---|
| 11 |  | 
|---|
| 12 | static-cat.c execsys-binfmt: static-cat.c.pre execsys-binfmt.pre | 
|---|
| 13 |         @UPD_VARS@ syscat_path=$(SYSCATPATH)/static-cat perl upd-execsys | 
|---|
| 14 |  | 
|---|
| 15 | install: all-local | 
|---|
| 16 |         install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf | 
|---|
| 17 |         install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt | 
|---|
| 18 |         install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat | 
|---|
| 19 |  | 
|---|
| 20 | clean: | 
|---|
| 21 |         rm -f static-cat | 
|---|
| 22 |  | 
|---|
| 23 | distclean: clean | 
|---|
| 24 |         rm -f configure config.* Makefile | 
|---|
| 25 |         rm -rf auto*.cache | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.