freebsd-dev/sbin/restore/Makefile
Emmanuel Vadot a7ffc94849 pkgbase: Put ufs related tools and lib in their own package
It's not really useful in a jail or in a mdroot or even if a users
wants to do a full zfs machine.

Reviewed by:	mckusick
Differential Revision:	https://reviews.freebsd.org/D36227
2022-10-26 19:46:34 +02:00

17 lines
344 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
.PATH: ${.CURDIR:H}/dump
PACKAGE=ufs
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>