blob: bb80b57461d9f97ffd2836ce6ae3d63f529c9412 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2013/08/13 07:07:13 guenther Exp $
SHARED_LIBS= Xss 6.0
afterinstall:
cd ${DESTDIR}${X11BASE}/man/man3 ; ln -sf Xss.3 XScreenSaver.3
.include <bsd.xorg.mk>
|