Deleted Added
full compact
Makefile (50476) Makefile (51435)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/restore/Makefile 50476 1999-08-28 00:22:10Z peter $
2# $FreeBSD: head/sbin/restore/Makefile 51435 1999-09-19 22:14:33Z markm $
3
4PROG= restore
5LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
6CFLAGS+=-DRRESTORE
3
4PROG= restore
5LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
6CFLAGS+=-DRRESTORE
7CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
7SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
8 dumprmt.c
9BINGRP= tty
10BINMODE=2555
11MAN8= restore.8
12MLINKS+=restore.8 rrestore.8
13.PATH: ${.CURDIR}/../dump
14

--- 13 unchanged lines hidden ---
8SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
9 dumprmt.c
10BINGRP= tty
11BINMODE=2555
12MAN8= restore.8
13MLINKS+=restore.8 rrestore.8
14.PATH: ${.CURDIR}/../dump
15

--- 13 unchanged lines hidden ---