source: server/common/oursrc/accountadm/Makefile.in @ 125

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