diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2014/04/18 10:02:45 schwarze Exp $ +# $OpenBSD: Makefile,v 1.58 2014/07/10 07:13:13 espie Exp $ .include <bsd.own.mk> .include <bsd.xconf.mk> @@ -53,6 +53,7 @@ beforeinstall beforebuild: afterinstall afterbuild: exec ${MAKE} fix-appd /usr/sbin/makewhatis -Qv ${DESTDIR}/usr/X11R6/man + cd distrib/sets && exec ${MAKE} install-mk: cd share/mk && exec ${MAKE} X11BASE=${X11BASE} install |