blob: ea0665c67bed4036b29b301faa744dcb645aacc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# @(#)Makefile 8.2 (Berkeley) 2/28/94
SRCS= usenix.me
MACROS= -me
all: usenix.ps
usenix.ps: ${SRCS}
rm -f ${.TARGET}
${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>
|