xenocara/app/fvwm/sample.fvwmrc/Makefile
matthieu 6a5579f8e8 Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other
directory designed by XENOCARA_OBJDIR in /etc/mk.conf).
2006-12-02 16:28:48 +00:00

31 lines
706 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/12/02 16:28:48 matthieu Exp $
.include "../Makefile.inc"
NOOBJ=Yes
depend:
all:
install:
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwmrc \
${DESTDIR}${FVWMLIBDIR}/.fvwmrc
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwm2rc \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/decor_examples \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/new-features \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwm2rc-sample-1 \
${DESTDIR}${FVWMLIBDIR}
${INSTALL} ${INSTALL_COPY} ${.CURDIR}/system.fvwm2rc-sample-2 \
${DESTDIR}${FVWMLIBDIR}
clean:
cleandir:
.include <bsd.own.mk>
.include <bsd.xorg.mk>