Drop main() prototype. Syncs with NetBSD-8
[minix.git] / usr.bin / bzip2recover / Makefile
blob5feeb1914c4678118d2de46c6ad8c8f1e1c0a6f1
1 # $NetBSD: Makefile,v 1.10 2012/05/07 08:51:48 wiz Exp $
3 USE_FORT?= yes # data-driven bugs?
4 NOMAN= # defined
6 .include <bsd.own.mk> # for MKDYNAMICROOT definition
8 PROG= bzip2recover
10 .if (${MKDYNAMICROOT} == "no")
11 LDSTATIC?= -static
12 .endif
14 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
15 .PATH: ${DIST}
17 .include <bsd.prog.mk>