NetBSD/usr.bin/bzip2recover/Makefile

18 lines
330 B
Makefile
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile,v 1.8 2007/05/28 12:06:25 tls Exp $
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # data-driven bugs?
NOMAN= # defined
.include <bsd.own.mk> # for MKDYNAMICROOT definition
1998-09-14 08:42:21 +04:00
PROG= bzip2recover
.if (${MKDYNAMICROOT} == "no")
1998-09-14 08:42:21 +04:00
LDSTATIC?= -static
.endif
DIST= ${NETBSDSRCDIR}/dist/bzip2
.PATH: ${DIST}
1998-09-14 08:42:21 +04:00
.include <bsd.prog.mk>