Annotation of Net2/arch/i386/floppy/makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    5.6 (Berkeley) 5/20/91
                      2: 
                      3: SUBDIR=        arp bad144 cat cp dd disklabel dump ed fsck ftp ifconfig \
                      4:        init ls mkdir mknod mount mv netstat newfs ping restore \
                      5:        rm route rsh sh slattach stty sync tar telnet umount
                      6: 
                      7: .if make(clean) || make(cleandir)
                      8: SUBDIR+=bin
                      9: .endif
                     10: 
                     11: install:
                     12:        for i in ${SUBDIR}; do \
                     13:                mv $$i/obj/$$i bin/$$i; \
                     14:        done
                     15:        cd bin; strip [a-z]*
                     16: 
                     17: .include <bsd.subdir.mk>
                     18: 

unix.superglobalmegacorp.com

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