openbsd-ports/textproc/jade/files/dsssl-Makefile
1998-04-05 09:54:22 +00:00

15 lines
281 B
Plaintext

FILES= catalog demo.dsl demo.sgm dsssl.dtd
FILES+= fot.dtd style-sheet.dtd
NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
mkdir -p ${DESTDIR}${SGMLDIR}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${SGMLDIR}
.include <bsd.prog.mk>