Annotation of 43BSD/contrib/mkmf/man/mann/Makefile, revision 1.1

1.1     ! root        1: DEST         = $(DESTDIR)/usr/man/mann
        !             2: 
        !             3: MAKEFILE      = Makefile
        !             4: 
        !             5: PRINT        = vtroff -man
        !             6: 
        !             7: SRCS         = mkmf.n
        !             8: 
        !             9: SUFFIX       = .n:s
        !            10: 
        !            11: VERSION              = V4BSD
        !            12: 
        !            13: all:;
        !            14: 
        !            15: clean:;
        !            16: 
        !            17: co:;
        !            18: 
        !            19: depend:;
        !            20: 
        !            21: diff:;
        !            22: 
        !            23: index:;
        !            24: 
        !            25: install:;      @echo Installing $(SRCS) in $(DEST)
        !            26:                @cp $(SRCS) $(DEST)
        !            27: 
        !            28: lint:;
        !            29: 
        !            30: print:         $(SRCS)
        !            31:                @$(PRINT) $?
        !            32:                @touch print
        !            33: 
        !            34: tags:;
        !            35: 
        !            36: update:                $(SRCS)
        !            37:                @echo Installing $? in $(DEST)
        !            38:                @cp $? $(DEST)
        !            39: ###

unix.superglobalmegacorp.com

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