1 1.2 dholland # $NetBSD: Makefile,v 1.2 2014/07/05 19:22:02 dholland Exp $ 2 1.1 perry # @(#)Makefile 8.1 (Berkeley) 8/14/93 3 1.1 perry 4 1.2 dholland SECTION=usd 5 1.2 dholland ARTICLE=shell 6 1.2 dholland SRCS= referargs t.mac t1 t2 t3 t4 7 1.2 dholland MACROS=-ms 8 1.2 dholland ROFF_REFER=yes 9 1.2 dholland #REFER_ARGS=-e -p Rv7man 10 1.2 dholland EXTRAHTMLFILES=shell1.png shell2.png shell3.png shell4.png shell5.png 11 1.1 perry 12 1.1 perry .include <bsd.doc.mk> 13