Last change
on this file since 125 was
125,
checked in by jbarnold, 18 years ago
|
created two admofs for different selinux labels
|
File size:
707 bytes
|
Rev | Line | |
---|
[1] | 1 | CC = @CC@ |
---|
| 2 | CFLAGS = @CFLAGS@ |
---|
| 3 | prefix = @prefix@ |
---|
[87] | 4 | exec_prefix = @exec_prefix@ |
---|
| 5 | sbindir = @sbindir@ |
---|
| 6 | bindir = @bindir@ |
---|
| 7 | sysconfdir = @sysconfdir@ |
---|
[1] | 8 | |
---|
| 9 | all-local: signup-scripts-frontend |
---|
| 10 | |
---|
[87] | 11 | install: |
---|
[89] | 12 | install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc |
---|
[87] | 13 | install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash |
---|
[125] | 14 | install -p -m755 -D admof $(DESTDIR)$(bindir)/admof |
---|
| 15 | install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof |
---|
[87] | 16 | install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend |
---|
| 17 | install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend |
---|
[1] | 18 | |
---|
| 19 | clean: |
---|
| 20 | rm -f signup-scripts-frontend |
---|
[87] | 21 | |
---|
| 22 | distclean: clean |
---|
| 23 | rm -f configure config.* Makefile |
---|
| 24 | rm -rf auto*.cache |
---|
Note: See
TracBrowser
for help on using the repository browser.