1# 2# Copyright (c) 1980 Regents of the University of California. 3# All rights reserved. The Berkeley software License Agreement 4# specifies the terms and conditions for redistribution. 5# 6# @(#)Makefile 5.1 (Berkeley) 05/14/86 7# 8SRCS= input.me 9MACROS= -me 10PRINTER=Pdp 11 12 13 14 15SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 16TROFF= itroff 17 18fs: ${SRCS} 19 eqn ${SRCS} | tbl | ${TROFF} -ms -t > fs 20 21paper: fs 22 lpr -Pimagen -t fs 23