Annotation of 43BSDReno/usr.bin/compress/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    5.14 (Berkeley) 6/25/90
                      2: 
                      3: # USERMEM should be the amount of available user memory in bytes.
                      4: # Set it to zero, for physical memory less than 1 Meg.
                      5: USERMEM=4194304
                      6: 
                      7: PROG=  compress
                      8: CFLAGS+=-DBSD4_2 -DSACREDMEM=256000 -DUSERMEM=${USERMEM}
                      9: DPADD= ${LIBCOMPAT}
                     10: LDADD= -lcompat
                     11: LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \
                     12:        ${BINDIR}/compress ${BINDIR}/zcat
                     13: MLINKS=        compress.1 uncompress.1 compress.1 zcat.1
                     14: 
                     15: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.