File:  [CSRG BSD Unix] / 43BSDReno / sbin / restore / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#	@(#)Makefile	5.10 (Berkeley) 5/11/90

PROG=	restore
SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c
ROBJS=	main.o interactive.o restore.o dirs.o symtab.o rtape.o utilities.o \
	dumprmt.o
MAN8=	restore.0 rrestore.0
.PATH:	${.CURDIR}/../dump
CLEANFILES+=dumprmt.o rtape.o rrestore

all: rrestore

rrestore: ${ROBJS} ${LIBC}
	${CC} ${CFLAGS} -o ${.TARGET} ${ROBJS}

rtape.o: tape.c ${LIBC}
	${CC} ${CFLAGS} -c -DRRESTORE ${.CURDIR}/tape.c -o ${.TARGET}

afterinstall:
	install ${STRIP} -o root -g ${BINGRP} -m 4755 rrestore \
	    ${DESTDIR}${BINDIR}

.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.