From: utzoo!decvax!ucbvax!mhtsa!ihnss!ihuxp!grg
Newsgroups: net.sources
Title: nmail makefile
Article-I.D.: ihuxp.165
Posted: Thu Jun 24 09:42:53 1982
Received: Mon Jun 28 03:16:42 1982

(Why don't more people use make??)
====================================

#
#   make for nmail.
#

FILE = `pwd`/topology
SITE = `uname`

all: nmail topology

nmail: nmail.c nmail.h
	cc -O -o nmail nmail.c -DLOCAL=$(SITE) -DNETFILE=\"$(FILE)\"

topology: nmail.h sites
	echo Creating the topology file.
	makenet $(FILE)