freebsd-dev/usr.bin/kzip/Makefile
Peter Wemm 4159dde275 Support for using overlapping kzip kernels that are overwritten during
uncompression by the "proper" kernel.  These changes also add a -v option
so you can see how much room you are using, and check to make sure you're
not going past the 4MB boundary.

This depends on the corresponding changes to sys/i386/boot/kzipboot.

Submitted by:	Gary Jones(?) <gj@freefall>, and my code merged in.
1995-10-06 02:42:15 +00:00

7 lines
102 B
Makefile

# $Id: Makefile,v 1.1 1995/04/15 08:18:16 phk Exp $
PROG= kzip
NOMAN= toobad
.include <bsd.prog.mk>