MFC change 'default' to 'English'
[dragonfly.git] / sbin / restore / Makefile
blob9bd5fd182dd8fd30360efb1e85db4b72895647fa
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/restore/Makefile,v 1.13.2.3 2002/07/17 19:08:22 ru Exp $
3 # $DragonFly: src/sbin/restore/Makefile,v 1.5 2006/10/17 00:55:43 pavalos Exp $
5 PROG= restore
6 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
7 CFLAGS+=-DRRESTORE
8 CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
9 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
10 dumprmt.c
11 MAN= restore.8
12 WARNS?= 0
13 MLINKS+=restore.8 rrestore.8
14 .PATH: ${.CURDIR}/../dump
16 .include <bsd.prog.mk>