Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.10
      1  1.10  cgd #	from: @(#)Makefile	5.13 (Berkeley) 3/16/92
      2  1.10  cgd #	$Id: Makefile,v 1.10 1993/12/22 10:31:38 cgd 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.1  cgd 
     16   1.1  cgd .include <bsd.prog.mk>
     17