NetBSD/usr.bin/bzip2recover/Makefile

11 lines
200 B
Makefile
Raw Normal View History

2001-12-12 04:48:43 +03:00
# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:44 tv Exp $
1998-09-14 08:42:21 +04:00
PROG= bzip2recover
LDSTATIC?= -static
2001-12-12 04:48:43 +03:00
NOMAN= # defined
DIST= ${.CURDIR}/../../dist/bzip2
.PATH: ${DIST}
1998-09-14 08:42:21 +04:00
.include <bsd.prog.mk>