ac6314f977
- Does not execute unknown commands nor call sh(1) at all. - Does not overwrite existing files by default. - Does not extract files into upper directories. - Does have a dry run (-n) flag to see what would have been extracted. - Does have a strip (-p N) flag to strip any number of levels from pathnames. It (so far) only supports shell archives made with BSD shar.
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $FreeBSD$
|
|
# $Idaemons: /home/cvs/sunshar/Makefile,v 1.1.1.1 2001/09/09 13:49:08 knu Exp $
|
|
|
|
PREFIX?= /usr/local
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
|
|
SCRIPTS= sunshar.rb
|
|
MAN= sunshar.1
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
.include <bsd.prog.mk>
|