12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
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>
|