minix/usr.bin/bzip2recover/Makefile

18 lines
344 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2012/05/07 08:51:48 wiz Exp $
2011-08-17 21:48:49 +02:00
USE_FORT?= yes # data-driven bugs?
NOMAN= # defined
.include <bsd.own.mk> # for MKDYNAMICROOT definition
PROG= bzip2recover
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif
DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
2011-08-17 21:48:49 +02:00
.PATH: ${DIST}
.include <bsd.prog.mk>