allow "make all"
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 31 Aug 1993 03:37:54 +0000 (19:37 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 31 Aug 1993 03:37:54 +0000 (19:37 -0800)
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 8.6

usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.dist

index 74f844f..9758182 100644 (file)
@@ -5,7 +5,7 @@
 #  old make program (I recommend that you get and port the new make if you
 #  are going to be doing any signficant work on sendmail).
 #
 #  old make program (I recommend that you get and port the new make if you
 #  are going to be doing any signficant work on sendmail).
 #
-#      @(#)Makefile.dist       8.5 (Berkeley) %G%
+#      @(#)Makefile.dist       8.6 (Berkeley) %G%
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -64,7 +64,11 @@ BINOWN=      root
 BINGRP=        kmem
 BINMODE=6555
 
 BINGRP=        kmem
 BINMODE=6555
 
-sendmail: ${OBJS}
+ALL=   sendmail aliases.0 newaliases.0 sendmail.0
+
+all: ${ALL}
+
+sendmail: ${BEFORE} ${OBJS}
        ${CC} -o sendmail ${LDOPTS} ${OBJS} ${LIBDIRS} ${LIBS}
 
 aliases.0: aliases.5
        ${CC} -o sendmail ${LDOPTS} ${OBJS} ${LIBDIRS} ${LIBS}
 
 aliases.0: aliases.5