blob: e10979d382fcfd58b88334d2fe3061940895f931 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.1 2009/10/28 05:07:24 deraadt Exp $
COPTS+=-Os
PROG= restore
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c
MAN=
.PATH: ${.CURDIR}/../../../sbin/restore
.include <bsd.prog.mk>
|