10 lines
175 B
Makefile
10 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/04/17 15:27:01 christos Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
regress:
|
|
@sh ${.CURDIR}/pax-append.sh
|
|
@sh ${.CURDIR}/tar-append.sh
|
|
|
|
.include <bsd.prog.mk>
|