Refuse to label media that is too large to handle a 32 bit disklabel
[dragonfly/vkernel-mp.git] / sbin / restore / Makefile
blob55cdfba447c5d7e907958989602728a8d160763f
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 02: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>