Deleted Added
full compact
Makefile (1639) Makefile (5480)
1# @(#)Makefile 8.1 (Berkeley) 7/27/93
1# From: @(#)Makefile 8.1 (Berkeley) 7/27/93
2# $Id$
2
3
3DIR= smm/01.setup
4VOLUME= smm/01.setup
4SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
5FILES= ${SRCS}
6MACROS= -ms
7
5SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
6FILES= ${SRCS}
7MACROS= -ms
8
8paper.ps: ${SRCS}
9 ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9USE_TBL= yes
10
10
11install: ${SRCS}
12 install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
13 Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR}
14
15.include <bsd.doc.mk>
11.include <bsd.doc.mk>