12 lines
228 B
Makefile
12 lines
228 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/09/14 04:42:21 ross Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= bzip2recover
|
|
WARNS= 0
|
|
CWARNFLAGS=-Wall -Wstrict-prototypes -Wpointer-arith
|
|
LDSTATIC?= -static
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|