Pull WARNS6 into sbin/Makefile.inc, and mark programs that are not WARNS6
[dragonfly.git] / sbin / restore / Makefile
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 $
4
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
15
16 .include <bsd.prog.mk>