blob: 1d9c2e22611459f8a08bd9e4fd83791a40e09b67 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $
PROG= restore
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c
.PATH: ${.CURDIR}/../../../sbin/restore
.include <bsd.prog.mk>
|