diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 05:07:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 05:07:25 +0000 |
commit | a6cb6979efc28a532c4d1db21754da946457e144 (patch) | |
tree | 0ef821271e96faa4f988d39caa51b07f302dfd08 /distrib/special/restore | |
parent | 447c1859b41a31e94b85a9514598836289279673 (diff) |
compile ramdisk restore(1) without remote-restore (ie. rcmd) support
since rcmd is stupid without ssh being on the media
Diffstat (limited to 'distrib/special/restore')
-rw-r--r-- | distrib/special/restore/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distrib/special/restore/Makefile b/distrib/special/restore/Makefile new file mode 100644 index 00000000000..e10979d382f --- /dev/null +++ b/distrib/special/restore/Makefile @@ -0,0 +1,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> |