X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1aa78826211f02c1f182a829e96dbb0b5b652b8f..75dea27d7da11529c1ae27f63762bfdb9ea1aeea:/usr/src/share/doc/usd/18.msdiffs/Makefile diff --git a/usr/src/share/doc/usd/18.msdiffs/Makefile b/usr/src/share/doc/usd/18.msdiffs/Makefile index 92dfc95ec2..848d44b67d 100644 --- a/usr/src/share/doc/usd/18.msdiffs/Makefile +++ b/usr/src/share/doc/usd/18.msdiffs/Makefile @@ -1,25 +1,10 @@ -# -# Copyright (c) 1986 Regents of the University of California. -# All rights reserved. The Berkeley software License Agreement -# specifies the terms and conditions for redistribution. -# -# @(#)Makefile 6.1 (Berkeley) %G% -# +# @(#)Makefile 6.2 (Berkeley) %G% + +DIR= usd/21.msdiffs SRCS= ms.diffs MACROS= -msU -PRINTER=Pdp -TROFF= ditroff -${PRINTER} - -paper: paper.${PRINTER} - lpr -${PRINTER} -n paper.${PRINTER} paper.${PRINTER}: ${SRCS} - ${TROFF} ${MACROS} -t ${SRCS} > paper.${PRINTER} - -clean: - rm -f paper.[PT]* *.spell errs Errs make.out + ${ROFF} ${SRCS} > ${.TARGET} -spell: ${SRCS} - @for i in ${SRCS}; do \ - echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \ - done +.include