freebsd-src/sbin/restore/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

14 lines
294 B
Makefile

.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>