NetBSD/bin/csh/USD.doc/Makefile

11 lines
292 B
Makefile
Raw Normal View History

1997-12-21 18:51:20 +03:00
# $NetBSD: Makefile,v 1.4 1997/12/21 15:51:20 christos Exp $
1995-03-21 12:01:59 +03:00
# @(#)Makefile 8.1 (Berkeley) 8/14/93
1994-09-20 09:28:59 +04:00
DIR= usd/04.csh
SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
MACROS= -ms
1997-12-21 18:51:20 +03:00
paper.ps: ${SRCS}
${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${ROFF} > ${.TARGET}
1994-09-20 09:28:59 +04:00
.include <bsd.doc.mk>