Changes in / [20:30]


Ignore:
Location:
/trunk/athena/bin
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • /trunk/athena/bin/rep/Makefile

    r20 r27  
    33#       $Author: builder $ 
    44#       $Locker:  $ 
    5 #       $Header: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v 1.3 1985-06-17 14:34:11 builder Exp $ 
     5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v 1.5 1985-11-13 21:22:05 builder Exp $ 
    66# 
    77DESTDIR= 
    8 PHYSLOC=/u1 
    9 INCDIR=/usr/include 
    10 CFLAGS=-O -I${INCDIR} 
     8CFLAGS=-O  
    119 
    1210all: rep 
     
    1513        cc ${CFLAGS} rep.c -lcurses -ltermlib -o rep 
    1614install: rep 
    17         install -c -s rep ${DESTDIR}${PHYSLOC}/usr/athena/rep 
     15        install -c -s rep ${DESTDIR}/usr/athena/rep 
     16        install -c rep.1 ${DESTDIR}/usr/man/mann/rep.n 
    1817 
    1918clean: 
  • /trunk/athena/bin/sendbug/Makefile

    r20 r28  
    33#       $Author: builder $ 
    44#       $Locker:  $ 
    5 #       $Header: /afs/dev.mit.edu/source/repository/athena/bin/sendbug/Makefile,v 1.2 1985-06-17 14:31:52 builder Exp $ 
     5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/sendbug/Makefile,v 1.3 1985-11-13 21:24:48 builder Exp $ 
    66# 
    77 
    88 
    99DESTDIR= 
    10 PHYSLOC=/u1 
    1110CONFDIR= /usr/athena 
    1211 
     
    1413 
    1514install:  
    16         install -c sendbug.sh ${DESTDIR}${PHYSLOC}${CONFDIR}/sendbug 
    17         install -c bug_report ${DESTDIR}${PHYSLOC}${CONFDIR}/lib/bug_report 
     15        install -c sendbug.sh ${DESTDIR}${CONFDIR}/sendbug 
     16        install -c bug_report ${DESTDIR}${CONFDIR}/lib/bug_report 
    1817 
    1918clean: 
  • /trunk/athena/bin/mon/vm.c

    r2 r25  
    11/* 
    22 *      $Source: /afs/dev.mit.edu/source/repository/athena/bin/mon/vm.c,v $ 
    3  *      $Author: dgg $ 
     3 *      $Author: builder $ 
    44 *      $Locker:  $ 
    5  *      $Header: /afs/dev.mit.edu/source/repository/athena/bin/mon/vm.c,v 1.1 1984-12-13 12:01:38 dgg Exp $ 
     5 *      $Header: /afs/dev.mit.edu/source/repository/athena/bin/mon/vm.c,v 1.2 1985-11-13 00:05:10 builder Exp $ 
    66 */ 
    77 
    88#ifndef lint 
    9 static char *rcsid_vm_c = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/mon/vm.c,v 1.1 1984-12-13 12:01:38 dgg Exp $"; 
     9static char *rcsid_vm_c = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/mon/vm.c,v 1.2 1985-11-13 00:05:10 builder Exp $"; 
    1010#endif  lint 
    1111 
     
    2323 
    2424#include "mon.h" 
    25 #include <machine/param.h>      /* defines bytes/page */ 
     25#include <machine/machparam.h>  /* defines bytes/page */ 
    2626 
    2727/* Temporary defines */ 
  • /trunk/athena/bin/mon/Makefile

    r3 r26  
    11# 
    22#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/mon/Makefile,v $ 
    3 #       $Author: dgg $ 
     3#       $Author: builder $ 
    44#       $Locker:  $ 
    5 #       $Header: /afs/dev.mit.edu/source/repository/athena/bin/mon/Makefile,v 1.2 1984-12-13 12:10:16 dgg Exp $ 
     5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/mon/Makefile,v 1.5 1985-11-13 20:50:00 builder Exp $ 
    66# 
    77 
     
    2222 
    2323install: 
    24         install -c -s -g memory -m 2755 mon ${DESTDIR}/etc/athena/mon 
     24        install -c -s -g kmem -m 2755 mon ${DESTDIR}/usr/athena/mon 
    2525 
    2626clean: 
  • /trunk/athena/bin/tarmail/Makefile

    r20 r30  
    33#       $Author: builder $ 
    44#       $Locker:  $ 
    5 #       $Header: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/Makefile,v 1.4 1985-06-17 14:33:16 builder Exp $ 
     5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/Makefile,v 1.6 1985-11-13 22:51:30 builder Exp $ 
    66# 
    7 PHYSLOC=/u1 
    87DESTDIR= 
    98INCDIR=/usr/include 
     
    1312 
    1413install:        atob btoa tarmail untarmail 
    15         install -c -s btoa ${DESTDIR}${PHYSLOC}/usr/athena 
    16         install -c -s atob ${DESTDIR}${PHYSLOC}/usr/athena 
    17         cp tarmail untarmail ${DESTDIR}${PHYSLOC}/usr/athena 
     14        install -c -s btoa ${DESTDIR}/usr/athena 
     15        install -c -s atob ${DESTDIR}/usr/athena 
     16        install -c tarmail ${DESTDIR}/usr/athena 
     17        install -c untarmail ${DESTDIR}/usr/athena 
    1818 
    1919btoa: 
Note: See TracChangeset for help on using the changeset viewer.