15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
FILES= archform.htm build.htm catalog.htm charset.htm features.htm
|
|
FILES+= generic.htm ideas.htm index.htm new.htm nsgmls.htm sgmldecl.htm
|
|
FILES+= sgmlnorm.htm sgmlsout.htm spam.htm spent.htm sysdecl.htm
|
|
FILES+= sysid.htm sx.htm xml.htm
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
afterinstall:
|
|
mkdir -p ${DESTDIR}${DOCDIR}
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DESTDIR}${DOCDIR}
|
|
|
|
.include <bsd.prog.mk>
|