Annotation of 43BSD/old/Makefile, revision 1.1.1.1

1.1       root        1: # Kludge Makefile to make just uncompact and old talk.
                      2: 
                      3: DESTDIR=
                      4: 
                      5: all: FRC
                      6:        cd compact; make ${MFLAGS} uncompact
                      7:        cd talk; make ${MFLAGS}
                      8: 
                      9: install: FRC
                     10:        cd compact; install -s uncompact ${DESTDIR}/usr/old
                     11:        cd talk; make ${MFLAGS} DESTDIR=$(DESTDIR) install
                     12: 
                     13: clean: FRC
                     14:        cd compact; make ${MFLAGS} clean
                     15:        cd talk; make ${MFLAGS} clean
                     16: 
                     17: FRC:
                     18: 

unix.superglobalmegacorp.com

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