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