Deleted Added
full compact
Makefile (192586) Makefile (203155)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/sbin/restore/Makefile 192586 2009-05-22 15:56:43Z trasz $
2# $FreeBSD: head/sbin/restore/Makefile 203155 2010-01-29 10:00:42Z jh $
3
4.PATH: ${.CURDIR}/../dump
5
6PROG= restore
7LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
3
4.PATH: ${.CURDIR}/../dump
5
6PROG= restore
7LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
8CFLAGS+=-DRRESTORE -D_ACL_PRIVATE
9WARNS?= 0
10SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
11 dumprmt.c
12MAN= restore.8
13MLINKS= restore.8 rrestore.8
8MAN= restore.8
9MLINKS= restore.8 rrestore.8
10SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
11 dumprmt.c
12WARNS?= 2
13CFLAGS+= -DRRESTORE -D_ACL_PRIVATE
14
15.include <bsd.prog.mk>
14
15.include <bsd.prog.mk>