BSD 4_3_Net_2 release
[unix-history] / usr / src / share / mk / bsd.prog.mk
index 7c4124b..9957627 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)bsd.prog.mk 5.23 (Berkeley) %G%
+#      @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
 
 .if exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"
 
 .if exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"
@@ -7,7 +7,7 @@
 .SUFFIXES: .out .o .c .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0
 
 .8.0 .7.0 .6.0 .5.0 .4.0 .3.0 .2.0 .1.0:
 .SUFFIXES: .out .o .c .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0
 
 .8.0 .7.0 .6.0 .5.0 .4.0 .3.0 .2.0 .1.0:
-       nroff -mandoc -h ${.IMPSRC} > ${.TARGET}
+       nroff -mandoc ${.IMPSRC} > ${.TARGET}
 
 CFLAGS+=${COPTS}
 
 
 CFLAGS+=${COPTS}
 
@@ -93,7 +93,7 @@ clean: _PROGSUBDIR
 .if !target(cleandir)
 cleandir: _PROGSUBDIR
        rm -f a.out [Ee]rrs mklog core ${PROG} ${OBJS} ${CLEANFILES}
 .if !target(cleandir)
 cleandir: _PROGSUBDIR
        rm -f a.out [Ee]rrs mklog core ${PROG} ${OBJS} ${CLEANFILES}
-       rm -f .depend ${.CURDIR}/tags ${MANALL}
+       rm -f .depend ${MANALL}
 .endif
 
 # some of the rules involve .h sources, so remove them from mkdep line
 .endif
 
 # some of the rules involve .h sources, so remove them from mkdep line