9c0dc173cc
specified in the top level Makefiles.
14 lines
369 B
Makefile
14 lines
369 B
Makefile
# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:47 jfieber Exp $
|
|
|
|
FILES= html.general html.mapping html.math latex.general latex.mapping
|
|
FILES+= latex.math nroff.general nroff.mapping nroff.math
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DESTDIR}${BINDIR}/rep
|
|
|
|
.include <bsd.prog.mk>
|