Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.10
      1 #	from: @(#)Makefile	5.13 (Berkeley) 3/16/92
      2 #	$Id: Makefile,v 1.10 1993/12/22 10:31:38 cgd Exp $
      3 
      4 PROG=	restore
      5 LINKS=	${BINDIR}/restore ${BINDIR}/rrestore
      6 CFLAGS+=-DRRESTORE
      7 SRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
      8 	dumprmt.c
      9 BINOWN=	root
     10 BINGRP=	tty
     11 BINMODE=6555
     12 MAN8=	restore.0
     13 MLINKS+=restore.8 rrestore.8
     14 .PATH:	${.CURDIR}/../dump
     15 
     16 .include <bsd.prog.mk>
     17