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

⟦f2c60bf02⟧ TextFile

    Length: 900 (0x384)
    Types: TextFile
    Names: »Makefile«, »Makefile.europarc«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦aa80fdcbc⟧ »EurOpenD3/mail/ida.5.61.tar.Z« 
        └─⟦4314099ac⟧ 
            └─⟦this⟧ »cf/Makefile« 
            └─⟦this⟧ »cf/Makefile.europarc« 

TextFile

#
#  MAKEFILE -- Configuration Files.
#  Copyright (c) 1987 Lennart Lovstrand
#  CIS Dept, Univ of Linkoping, Sweden
#
#  Use it, abuse it, but don't sell it.
#
#  Generic version.

SITENAME=	europarc
CONFIGS=	$(SITENAME).cf newaliases.cf

#  The following definitions are inserted by ../Makefile
#  Change them there--not here!
LIBDIR=		/usr/lib/mail

all:		$(CONFIGS)

install:	$(CONFIGS)
		cp $(SITENAME).cf /usr/lib/sendmail.cf
		cp newaliases.cf $(LIBDIR)

diff:
		-diff /usr/lib/sendmail.cf $(SITENAME).cf

clean:
		-rm -f \#* *~ *.cf

backup:
		tar cf Backup.tar *.m4 *.mc

$(CONFIGS):	Sendmail.mc

sendmail.cf	Sendmail.cf:
		@echo 'Based on what host/site?  Do make <host>.cf instead.'

stop:
		-skill sendmail

restart:	stop
		/usr/lib/sendmail -bd -q30m

.SUFFIXES:	.cf .m4

.m4.cf:
		@echo "# NOTE: This file was automatically generated from an m4 specification" >$*.cf
		m4 $*.m4 >>$*.cf