1 1.11 mycroft # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 2 1.11 mycroft # $Id: Makefile,v 1.11 1994/06/08 19:33:32 mycroft Exp $ 3 1.1 cgd 4 1.1 cgd PROG= restore 5 1.10 cgd LINKS= ${BINDIR}/restore ${BINDIR}/rrestore 6 1.10 cgd CFLAGS+=-DRRESTORE 7 1.10 cgd SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ 8 1.10 cgd dumprmt.c 9 1.10 cgd BINOWN= root 10 1.10 cgd BINGRP= tty 11 1.10 cgd BINMODE=6555 12 1.10 cgd MAN8= restore.0 13 1.10 cgd MLINKS+=restore.8 rrestore.8 14 1.1 cgd .PATH: ${.CURDIR}/../dump 15 1.11 mycroft 16 1.11 mycroft all: ${PROG} ${MAN8} 17 1.1 cgd 18 1.1 cgd .include <bsd.prog.mk> 19