DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦6c7531308⟧ TextFile

    Length: 642 (0x282)
    Types: TextFile
    Names: »Makefile«, »Makefile.bsd«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦02f44f254⟧ »EurOpenD3/mail/sendmail.5.65.tar.Z« 
        └─⟦4e8d58309⟧ 
            └─⟦this⟧ »./src/Makefile« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/src/Makefile.bsd« 

TextFile

# a very simple makefile...
# installation:
#	install sendmail, owned by root, group kmem, mode 6555
#	link sendmail to "newaliases" and "mailq"
#	delete sendmail.fc, sendmail.st
#	install sendmail.hf
#	refreeze the configuration file
#
#	note, this installation is NOT complete... it assumes that
#	sendmail is already running on the system and you know where
#	everything goes.
sendmail:
	@echo 'make of sendmail and manual pages started.'
	cc -DVMUNIX -I. *.c -ldbm
	nroff -h -man aliases.5 > aliases.0
	nroff -h -man newaliases.1 > newaliases.0
	nroff -h -man sendmail.0 > sendmail.0
	@echo 'make of sendmail and manual pages completed.'