diff options
-rw-r--r-- | app/xsystrace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile index 388bbfbad..488b8b872 100644 --- a/app/xsystrace/Makefile +++ b/app/xsystrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/11/27 20:19:57 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/27 20:35:21 matthieu Exp $ PROG= xsystrace MAN= xsystrace.1 @@ -16,6 +16,8 @@ beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ ${.CURDIR}/Xsystrace.ad ${PREFIX}/${LIBDIR}/X11/app-defaults/Xsystrace +MANDIR= ${X11BASE}/man/cat + .include <bsd.prog.mk> .include <bsd.xorg.mk> .include <bsd.subdir.mk> |