Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.13
      1  1.11  mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
      2  1.13      cgd #	$Id: Makefile,v 1.13 1994/12/22 10:48:16 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.13      cgd MAN=	restore.8
     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