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

⟦a4bb8a168⟧ TextFile

    Length: 1080 (0x438)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/ida/cf/Makefile« 

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=	uxc 
CONFIGS=	$(SITENAME).cf uiuc.cf newaliases.cf

BLDFILE=	buildinfo

#  The following definitions are inserted by ../Makefile
#  Change them there--not here!
LIBDIR=		/usr/local/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
		echo "# Built by `whoami` on `date`" >> $*.cf
		echo "# in `pwd` on `hostname`" >> $*.cf
		echo "#" >> $*.cf
		echo "define(LIBDIR, $(LIBDIR))dnl" | m4 - $*.m4 >>$*.cf