openbsd-ports/textproc/sp/files/generic-Makefile

12 lines
270 B
Plaintext
Raw Normal View History

1998-05-21 21:32:04 -04:00
FILES= EventGenerator.h ParserEventGeneratorKit.h SGMLApplication.h
NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
mkdir -p ${DESTDIR}${INCDIR}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${INCDIR}
.include <bsd.prog.mk>