xref: /minix3/usr.bin/bzip2recover/Makefile (revision 18a5822eff3a5bdeb6301a60d7d6269594c7ce35)
1#	$NetBSD: Makefile,v 1.8 2007/05/28 12:06:25 tls Exp $
2
3.if defined(__MINIX)
4USE_FORT=no		# __SSP_FORTIFY_LEVEL=0
5.else
6USE_FORT?= yes	# data-driven bugs?
7.endif
8NOMAN=	   # defined
9
10.include <bsd.own.mk>		# for MKDYNAMICROOT definition
11
12.if defined(__MINIX)
13MKDYNAMICROOT= no
14.endif
15
16PROG=       bzip2recover
17
18.if (${MKDYNAMICROOT} == "no")
19LDSTATIC?= -static
20.endif
21
22DIST=	   ${NETBSDSRCDIR}/dist/bzip2
23.PATH:	   ${DIST}
24
25.include <bsd.prog.mk>
26