diff options
Diffstat (limited to 'app/xterm/Makefile.bsd-wrapper')
-rw-r--r-- | app/xterm/Makefile.bsd-wrapper | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/xterm/Makefile.bsd-wrapper b/app/xterm/Makefile.bsd-wrapper deleted file mode 100644 index 9a3cd9db9..000000000 --- a/app/xterm/Makefile.bsd-wrapper +++ /dev/null @@ -1,14 +0,0 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/12/17 14:34:07 matthieu Exp $ - -config.status: - AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \ - AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \ - ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ - PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \ - sh ${.CURDIR}/configure --prefix=${X11BASE} \ - --with-app-defaults=/etc/X11/app-defaults \ - --enable-luit \ - --with-utmp-setgid=utmp \ - --mandir=${X11BASE}/man - -.include <bsd.xorg.mk> |