]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/restore/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / sbin / restore / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../dump
5
6 PROG=   restore
7 LINKS=  ${BINDIR}/restore ${BINDIR}/rrestore
8 MAN=    restore.8
9 MLINKS= restore.8 rrestore.8
10 SRCS=   main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
11         dumprmt.c
12 WARNS?= 2
13 CFLAGS+= -DRRESTORE -D_ACL_PRIVATE
14
15 .include <bsd.prog.mk>