Annotation of 43BSDTahoe/new/nntp/support/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Makefile for NNTP server support programs
                      3: #
                      4: 
                      5: OBJS   =       mkgrdates.o
                      6: 
                      7: SRCS   =       mkgrdates.c
                      8: 
                      9: HFILES =       ../common/conf.h
                     10: 
                     11: CFLAGS= -O
                     12: 
                     13: # Where these support programs will live
                     14: 
                     15: DESTDIR        = /usr/spool/news/lib
                     16: 
                     17: mkgrdates: mkgrdates.o
                     18:        cc ${CFLAGS} -o mkgrdates mkgrdates.o
                     19: 
                     20: install: mkgrdates
                     21:        cp mkgrdates ${DESTDIR}/mkgrdates
                     22:        chmod 755 ${DESTDIR}/mkgrdates
                     23: 
                     24: lint:
                     25:        lint mkgrdates.c
                     26: 
                     27: clean:
                     28:        rm -f *.o mkgrdates
                     29: 
                     30: distrib: clean
                     31:        rm -rf SCCS old
                     32: 
                     33: tags:  ${SRCS} ${HFILES}
                     34:        ctags ${SRCS} ${HFILES}
                     35: 
                     36: ${OBJS}:       ${HFILES}

unix.superglobalmegacorp.com

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