From: Keith Bostic Date: Fri, 8 Jul 1988 04:53:15 +0000 (-0800) Subject: use asm.sed for particular machine X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~1352 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ffb6ca75dccd1cd298647478b51938e074698b03 use asm.sed for particular machine SCCS-vsn: usr.sbin/sendmail/src/Makefile 5.5 --- diff --git a/usr/src/usr.sbin/sendmail/src/Makefile b/usr/src/usr.sbin/sendmail/src/Makefile index a08b44ce35..b61706a4b0 100644 --- a/usr/src/usr.sbin/sendmail/src/Makefile +++ b/usr/src/usr.sbin/sendmail/src/Makefile @@ -14,7 +14,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.4 (Berkeley) %G% +# @(#)Makefile 5.5 (Berkeley) %G% # SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ deliver.c domain.c envelope.c err.c headers.c macro.c main.c \ @@ -26,7 +26,7 @@ OBJS= alias.o arpadate.o clock.o collect.o conf.o convtime.o daemon.o \ stab.o stats.o sysexits.o trace.o usersmtp.o util.o CFLAGS= -O -I. -I../include -DVMUNIX -DMXDOMAIN -ASMSED= ../include/asm.sed +ASMSED= ../include/asm.sed.${MACHINE} GET= sccs get DELTA= sccs delta