Home | History | Annotate | Line # | Download | only in restore
Makefile revision 1.14
      1 #	$NetBSD: Makefile,v 1.14 1995/03/18 14:59:39 cgd Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      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 MAN=	restore.8
     13 MLINKS+=restore.8 rrestore.8
     14 .PATH:	${.CURDIR}/../dump
     15 
     16 .include <bsd.prog.mk>
     17