5f6559a29b
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
16 lines
384 B
Makefile
16 lines
384 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \
|
|
${DESTDIR}${BINDIR}/info/dir-tmpl
|
|
if [ ! -f ${DESTDIR}${BINDIR}/info/dir ]; then \
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \
|
|
${DESTDIR}${BINDIR}/info/dir ; \
|
|
fi
|
|
|
|
.include <bsd.prog.mk>
|