Current Path : /usr/src/sbin/restore/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/sbin/restore/Makefile |
# @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: release/9.1.0/sbin/restore/Makefile 203155 2010-01-29 10:00:42Z jh $ .PATH: ${.CURDIR}/../dump PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore MAN= restore.8 MLINKS= restore.8 rrestore.8 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ dumprmt.c WARNS?= 2 CFLAGS+= -DRRESTORE -D_ACL_PRIVATE .include <bsd.prog.mk>