source: trunk/packs/config/os/linux/Makefile @ 13946

Revision 13946, 1.5 KB checked in by kcr, 25 years ago (diff)
/etc/athena/login/config file for linux
Line 
1# $Id: Makefile,v 1.6 1999-11-10 03:49:59 kcr Exp $
2
3ETCDIR=/etc
4ATHRETCDIR=/etc/athena
5ATHLOGINDIR=${ATHRETCDIR}/login
6ATHX11LIB=/usr/athena/lib/X11
7APPDEFS=${ATHX11LIB}/app-defaults
8
9all:
10
11check:
12
13install:
14        mkdir -p ${DESTDIR}${ETCDIR}
15        mkdir -p ${DESTDIR}${ATHRETCDIR}
16        mkdir -p ${DESTDIR}${ATHX11LIB}
17        mkdir -p ${DESTDIR}${APPDEFS}
18        mkdir -p ${DESTDIR}${ATHLOGINDIR}
19        install -c -m 0644 ../../aliases ${DESTDIR}${ETCDIR}
20        install -c -m 0644 ../../system.mwmrc ${DESTDIR}${ATHX11LIB}
21        install -c -m 0644 Bugme ${DESTDIR}${APPDEFS}
22        install -c -m 0644 Console ${DESTDIR}${ATHLOGINDIR}
23        install -c -m 0644 config ${DESTDIR}${ATHLOGINDIR}
24        install -c -m 0644 Dash ${DESTDIR}${APPDEFS}
25        install -c -m 0644 Mwm ${DESTDIR}${APPDEFS}
26        install -c -m 0644 athinfo.defs ${DESTDIR}${ATHRETCDIR}
27        install -c -m 0644 attach.conf ${DESTDIR}${ATHRETCDIR}
28        install -c -m 0644 crontab ${DESTDIR}${ETCDIR}
29        install -c -m 0644 group ${DESTDIR}${ETCDIR}
30        install -c -m 0644 inetd.conf ${DESTDIR}${ETCDIR}
31        install -c -m 0644 inetd.conf.athena ${DESTDIR}${ATHRETCDIR}/inetd.conf
32        install -c -m 0644 inittab ${DESTDIR}${ETCDIR}
33        install -c -m 0644 newsyslog.conf ${DESTDIR}${ATHRETCDIR}
34        install -c -m 0644 passwd.fallback ${DESTDIR}${ETCDIR}
35        install -c -m 0644 rc.conf ${DESTDIR}${ATHRETCDIR}
36        install -c -m 0644 sendmail.cf ${DESTDIR}${ETCDIR}
37        install -c -m 0644 services ${DESTDIR}${ETCDIR}
38        install -c -m 0644 syslog.conf ${DESTDIR}${ETCDIR}
39        rm -f ${DESTDIR}${ETCDIR}/passwd
40        ln -s /afs/athena.mit.edu/system/config/passwd/${ATHENA_SYS}/passwd \
41                ${DESTDIR}${ETCDIR}/passwd
42
43clean:
44
45distclean:
Note: See TracBrowser for help on using the repository browser.