head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	94.09.04.20.13.12;	author ghudson;	state Exp;
branches;
next	1.3;

1.3
date	94.09.04.01.50.01;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	94.08.22.12.59.31;	author cfields;	state Exp;
branches;
next	1.1;

1.1
date	93.11.11.06.59.57;	author miki;	state Exp;
branches;
next	;


desc
@@


1.4
log
@It was the blank space before "install" that NetBSD make didn't like.
@
text
@##############################################################################
#    Instructions to Make, for compilation of MTS-specific libraries
#
#	@@(MHWARNING)
# @@(#)mtsM,v 1.1.1.1 1993/01/30 04:40:16 jtc Exp
##############################################################################

# The following entries were inserted during MH configuration
@@BEGIN: MHMTS
MTS	=	mh
@@END: MHMTS
@@BEGIN: MMDFMTS
MTS	=	mmdf
@@END: MMDFMTS
@@BEGIN: SENDMTS
MTS	=	sendmail
@@END: SENDMTS

LIB	=	libmts.a
LLIB	=	llib-lmts

MAKE	=	make DESTDIR=$(DESTDIR) $(MFLAGS)
SHELL	=	/bin/sh


##############################################################################
#	Generate MTS-specific library
##############################################################################

ALL	=	$(MTS)

all:;		for d in $(ALL); do (cd $$d; $(MAKE) all); done

depend:;	for d in $(ALL); do (cd $$d; $(MAKE) depend); done

lint:;		for d in $(ALL); do (cd $$d; $(MAKE) lint); done


##############################################################################
#	Miscellaneous tasks
##############################################################################

DIRS	=	mh mmdf sendmail

unconfig:;	-rm -f $(LIB) $(LLIB)
		for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
		-rm -f Makefile

distribution:;	-rm -f $(LIB) $(LLIB)
		for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done

clean:;		-rm -f $(LIB) $(LLIB)
		for d in $(DIRS); do (cd $$d; $(MAKE) clean); done

unclean:;	for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done

install:
@


1.3
log
@NetBSD make doesn't like empty install rule without semicolon.
@
text
@d56 2
a57 2
 
install:;
@


1.2
log
@Support install (empty)
7.7 checkin; changes by miki
@
text
@d57 1
a57 1
install:
@


1.1
log
@Initial revision
@
text
@d56 2
@
