ea34eb06d9
a make build. tested by naddy@.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2008/03/20 20:54:57 matthieu Exp $
|
|
|
|
afterinstall:
|
|
@if test -z "$(DESTDIR)"; then \
|
|
echo "running fc-cache";\
|
|
fc-cache -s -v ;\
|
|
fi
|
|
|
|
.include <bsd.xorg.mk>
|