BSD 4_4_Lite2 release
[unix-history] / usr / src / usr.sbin / sendmail / src / Makefiles / Makefile.NEWS-OS.4.x
index d577610..3c64086 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.NEWS-OS.4.x        8.1 (Berkeley) %G%
+#      @(#)Makefile.NEWS-OS.4.x        8.3 (Berkeley) 6/20/95
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -71,19 +71,21 @@ all: ${ALL}
 sendmail: ${BEFORE} ${OBJS}
        ${CC} -o sendmail ${LDOPTS} ${OBJS} ${LIBDIRS} ${LIBS}
 
 sendmail: ${BEFORE} ${OBJS}
        ${CC} -o sendmail ${LDOPTS} ${OBJS} ${LIBDIRS} ${LIBS}
 
-NROFF= nroff -h
+#NROFF=        nroff -h
+NROFF= groff -Tascii
+MANDOC=        -mandoc
 
 aliases.0: aliases.5
 
 aliases.0: aliases.5
-       ${NROFF} -mandoc aliases.5 > aliases.0
+       ${NROFF} ${MANDOC} aliases.5 > aliases.0
 
 mailq.0: mailq.1
 
 mailq.0: mailq.1
-       ${NROFF} -mandoc mailq.1 > mailq.0
+       ${NROFF} ${MANDOC} mailq.1 > mailq.0
 
 newaliases.0: newaliases.1
 
 newaliases.0: newaliases.1
-       ${NROFF} -mandoc newaliases.1 > newaliases.0
+       ${NROFF} ${MANDOC} newaliases.1 > newaliases.0
 
 sendmail.0: sendmail.8
 
 sendmail.0: sendmail.8
-       ${NROFF} -mandoc sendmail.8 > sendmail.0
+       ${NROFF} ${MANDOC} sendmail.8 > sendmail.0
 
 INSTALL=install
 
 
 INSTALL=install
 
@@ -105,3 +107,5 @@ clean:
 # dependencies
 #   gross overkill, and yet still not quite enough....
 ${OBJS}: sendmail.h conf.h
 # dependencies
 #   gross overkill, and yet still not quite enough....
 ${OBJS}: sendmail.h conf.h
+
+depend: