Makefile revision 1.3
1#	from: @(#)Makefile	5.14 (Berkeley) 6/25/90
2#	$Id: Makefile,v 1.3 1993/10/23 01:13:35 jtc Exp $
3
4# USERMEM should be the amount of available user memory in bytes.
5# Set it to zero, for physical memory less than 1 Meg.
6USERMEM=4194304
7
8PROG=	compress
9CFLAGS+=-DBSD4_2 -DSACREDMEM=256000 -DUSERMEM=${USERMEM}
10
11.include <bsd.prog.mk>
12