Last change
on this file since 561 was
104,
checked in by presbrey, 16 years ago
|
upd-execsys bug fix
renamed staticsys-cat from sbin to bin to avoid selinux
|
File size:
683 bytes
|
Rev | Line | |
---|
[1] | 1 | CC = @CC@ |
---|
| 2 | CFLAGS = @CFLAGS@ |
---|
[87] | 3 | prefix = @prefix@ |
---|
| 4 | exec_prefix = @exec_prefix@ |
---|
| 5 | libexecdir = @libexecdir@ |
---|
| 6 | sysconfdir = @sysconfdir@ |
---|
| 7 | APACHEDIR = /etc/httpd |
---|
[104] | 8 | SYSCATPATH = /usr/local/bin |
---|
[1] | 9 | |
---|
[104] | 10 | all-local: static-cat execsys-binfmt |
---|
[1] | 11 | |
---|
[104] | 12 | static-cat.c execsys-binfmt: static-cat.c.pre execsys-binfmt.pre |
---|
| 13 | @UPD_VARS@ syscat_path=$(SYSCATPATH)/static-cat perl upd-execsys |
---|
[1] | 14 | |
---|
[87] | 15 | install: all-local |
---|
| 16 | install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf |
---|
[89] | 17 | install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt |
---|
[104] | 18 | install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat |
---|
[1] | 19 | |
---|
| 20 | clean: |
---|
[104] | 21 | rm -f static-cat |
---|
[87] | 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.