nmail makefile

utzoo!decvax!ucbvax!mhtsa!ihnss!ihuxp!grg utzoo!decvax!ucbvax!mhtsa!ihnss!ihuxp!grg
Thu Jun 24 09:42:53 AEST 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)




More information about the Comp.sources.unix mailing list