Annotation of 43BSDReno/sbin/dump/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    5.11 (Berkeley) 7/1/90
                      2: 
                      3: #      dump.h                  header file
                      4: #      dumpitime.c             reads /etc/dumpdates
                      5: #      dumpmain.c              driver
                      6: #      dumpoptr.c              operator interface
                      7: #      dumptape.c              handles the mag tape and opening/closing
                      8: #      dumptraverse.c          traverses the file system
                      9: #      unctime.c               undo ctime
                     10: #
                     11: #      DEBUG                   use local directory to find ddate and dumpdates
                     12: #      TDEBUG                  trace out the process forking
                     13: 
                     14: PROG=  dump
                     15: SRCS=  dumpitime.c dumpmain.c dumpoptr.c dumptape.c dumptraverse.c \
                     16:        unctime.c
                     17: ROBJS= dumpitime.o dumprmain.o dumpoptr.o dumprmt.o dumprtape.o \
                     18:        dumptraverse.o unctime.o
                     19: BINGRP=        tty
                     20: MAN8=  dump.0 rdump.0
                     21: CLEANFILES=dumprmain.o dumprtape.o dumprmt.o rdump
                     22: 
                     23: all: rdump
                     24: 
                     25: rdump: ${ROBJS} ${LIBC}
                     26:        ${CC} -o ${.TARGET} ${CFLAGS} ${ROBJS}
                     27: 
                     28: dumprmain.o:
                     29:        ${CC} -c -DRDUMP ${CFLAGS} ${.CURDIR}/dumpmain.c -o ${.TARGET}
                     30: 
                     31: dumprtape.o:
                     32:        ${CC} -c -DRDUMP ${CFLAGS} ${.CURDIR}/dumptape.c -o ${.TARGET}
                     33: 
                     34: afterinstall:
                     35:        install ${STRIP} -o root -g ${BINGRP} -m 6555 rdump \
                     36:            ${DESTDIR}${BINDIR}
                     37: 
                     38: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.