File: Makefile

package info (click to toggle)
csh 20110502-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,232 kB
  • sloc: ansic: 11,982; makefile: 62; sh: 16
file content (12 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2004/02/01 15:15:40 jmc Exp $
#	$NetBSD: Makefile,v 1.3 1995/03/21 09:03:31 cgd Exp $

DIR=	usd/04.csh
SRCS=	tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
MACROS= -ms

paper.txt: ${SRCS}
	GROFF_NO_SGR=1 \
	${ROFF} -Tascii ${SRCS} > ${.TARGET}

.include <bsd.doc.mk>