NetBSD/sys/arch/x68k/stand/xxboot/gunzip/Makefile.test

12 lines
234 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.test,v 1.2 1999/02/13 02:54:50 lukem Exp $
#
# Makefile for test
PROG= zcat
SRCS= main.c unzip.c inflate.c
MKMAN= no
CFLAGS= -Wall -O -fomit-frame-pointer -DBOOT -DTEST
LDFLAGS= -static -N
.include <bsd.prog.mk>