|
|
Initial revision
#
# Makefile for NNTP server support programs
#
OBJS = mkgrdates.o
SRCS = mkgrdates.c
HFILES = ../common/conf.h
CFLAGS= -O
# Where these support programs will live
DESTDIR = /usr/spool/news/lib
mkgrdates: mkgrdates.o
cc ${CFLAGS} -o mkgrdates mkgrdates.o
install: mkgrdates
cp mkgrdates ${DESTDIR}/mkgrdates
chmod 755 ${DESTDIR}/mkgrdates
lint:
lint mkgrdates.c
clean:
rm -f *.o mkgrdates
distrib: clean
rm -rf SCCS old
tags: ${SRCS} ${HFILES}
ctags ${SRCS} ${HFILES}
${OBJS}: ${HFILES}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.