date and time created 82/11/02 22:28:03 by sam
[unix-history] / usr / src / sbin / restore / Makefile
CommitLineData
5cd16d99
KM
1# Copyright (c) 1982 Regents of the University of California
2#
0e68864a 3# @(#)Makefile 4.3 (Berkeley) %G%
5cd16d99 4#
5cd16d99
KM
5CFLAGS=
6
7all: rrestor restor
8
141d2aed
SL
9restor: restor.c
10 cc -o restor restor.c
11
0e68864a
KM
12rrestor: dumprmt.o rrestor.o
13 cc -o rrestor dumprmt.o rrestor.o -ljobs
5cd16d99 14
5cd16d99
KM
15rrestor.o: restor.c
16 cc -c -DRRESTOR restor.c
17 mv restor.o rrestor.o
18
5cd16d99
KM
19install: rrestor restor
20 cp rrestor /etc
21 cp restor /etc
22
23clean:
24 rm -f restor rrestor *.o errs