File:  [CSRG BSD Unix] / 43BSD / contrib / nntp / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#
# Makefile for NNTP intstallation
#
all:
	cd server; make ${MFLAGS} all
	cd support; make ${MFLAGS} all
	cd rrn; make depend; make ${MFLAGS} all
	cd inews; make ${MFLAGS} all

install: install_client

clean:
	cd server; make ${MFLAGS} clean
	cd support; make ${MFLAGS} clean
	cd rrn; make ${MFLAGS} clean
	cd inews; make ${MFLAGS} clean

install_server:
	cd server; make ${MFLAGS} install
	cd support; make ${MFLAGS} install

install_client:
	cd rrn; make ${MFLAGS} install
	cd inews; make ${MFLAGS} install

unix.superglobalmegacorp.com

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