Deleted Added
full compact
Makefile (114452) Makefile (114460)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/restore/Makefile 114452 2003-05-01 20:09:58Z markm $
2# $FreeBSD: head/sbin/restore/Makefile 114460 2003-05-01 21:10:37Z ru $
3
3
4.PATH: ${.CURDIR}/../dump
5
4PROG= restore
5LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
6CFLAGS+=-DRRESTORE
7CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
8WARNS= 0
9SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
10 dumprmt.c
11MAN= restore.8
6PROG= restore
7LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
8CFLAGS+=-DRRESTORE
9CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
10WARNS= 0
11SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
12 dumprmt.c
13MAN= restore.8
12MLINKS+=restore.8 rrestore.8
13.PATH: ${.CURDIR}/../dump
14MLINKS= restore.8 rrestore.8
14
15.include <bsd.prog.mk>
15
16.include <bsd.prog.mk>