remove old nroff -h flag as groff does not use it
authorCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Sat, 18 Jul 1992 18:47:22 +0000 (10:47 -0800)
committerCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Sat, 18 Jul 1992 18:47:22 +0000 (10:47 -0800)
SCCS-vsn: old/eqn/eqn/Makefile 5.8

usr/src/old/eqn/eqn/Makefile

index ea3808d..5dc843d 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 
 PROG=  eqn
 CFLAGS+=-I. -I${.CURDIR}/../common_source
 
 PROG=  eqn
 CFLAGS+=-I. -I${.CURDIR}/../common_source
@@ -20,7 +20,7 @@ e.def: e.c
 .depend: e.def
 
 eqn.0:
 .depend: e.def
 
 eqn.0:
-       eqn ${.CURDIR}/eqn.1 | nroff -h -man > ${.TARGET}
+       eqn ${.CURDIR}/eqn.1 | nroff -man > ${.TARGET}
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>