This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.1'.
[unix-history] / usr.sbin / sendmail / src / Makefile.dist
index 127e6a7..f8fd7de 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.9 (Berkeley) 12/20/93
+#      @(#)Makefile.dist       8.11 (Berkeley) 3/5/94
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -64,7 +64,7 @@ BINOWN=       root
 BINGRP=        kmem
 BINMODE=6555
 
 BINGRP=        kmem
 BINMODE=6555
 
-ALL=   sendmail aliases.0 newaliases.0 sendmail.0
+ALL=   sendmail aliases.0 mailq.0 newaliases.0 sendmail.0
 
 all: ${ALL}
 
 
 all: ${ALL}
 
@@ -74,6 +74,9 @@ sendmail: ${BEFORE} ${OBJS}
 aliases.0: aliases.5
        nroff -h -mandoc aliases.5 > aliases.0
 
 aliases.0: aliases.5
        nroff -h -mandoc aliases.5 > aliases.0
 
+mailq.0: mailq.1
+       nroff -h -mandoc mailq.1 > mailq.0
+
 newaliases.0: newaliases.1
        nroff -h -mandoc newaliases.1 > newaliases.0
 
 newaliases.0: newaliases.1
        nroff -h -mandoc newaliases.1 > newaliases.0
 
@@ -92,10 +95,10 @@ install-sendmail: sendmail
        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 sendmail.hf ${HFDIR}
 
 # doesn't actually install them -- you may want to install pre-nroff versions
        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 sendmail.hf ${HFDIR}
 
 # doesn't actually install them -- you may want to install pre-nroff versions
-install-docs: aliases.0 newaliases.0 sendmail.0
+install-docs: aliases.0 mailq.0 newaliases.0 sendmail.0
 
 clean:
 
 clean:
-       rm -f ${OBJS} sendmail aliases.0 newaliases.0 sendmail.0
+       rm -f ${OBJS} sendmail aliases.0 mailq.0 newaliases.0 sendmail.0
 
 # dependencies
 #   gross overkill, and yet still not quite enough....
 
 # dependencies
 #   gross overkill, and yet still not quite enough....