diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-05-07 19:15:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-05-07 19:15:08 +0000 |
commit | 102fce0e760cd03c435a2287b479775b16b98307 (patch) | |
tree | 87a5e13cb1fe9d4ad1b4146773e7b4b50bd85dbb /app/xsystrace/Makefile | |
parent | 64fa559dae817c538b756c0c5ca08b1c27c9a2ca (diff) |
remove xsystrace (already un-linked from builds)
Diffstat (limited to 'app/xsystrace/Makefile')
-rw-r--r-- | app/xsystrace/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile deleted file mode 100644 index 996938c08..000000000 --- a/app/xsystrace/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $OpenBSD: Makefile,v 1.13 2014/08/13 21:02:16 matthieu Exp $ -.include <bsd.xconf.mk> - -PROG= xsystrace -MAN= xsystrace.1 - -.ifmake install -SUBDIR= pixmaps -.endif - -CPPFLAGS+= -I${X11BASE}/include -LDADD+= -L${X11BASE}/lib -lXaw -lXt -lSM -lICE -lXmu -lXpm -lX11 -lxcb -lXext -lXau -lXdmcp - -SRCS= main.c interface.c callbacks.c policy.c - -afterinstall: - ${INSTALL_DATA} \ - ${.CURDIR}/Xsystrace.ad \ - ${DESTDIR}${X11BASE}/share/X11/app-defaults/Xsystrace - -MANDIR= ${X11BASE}/man/man - -obj: _xenocara_obj - -.include <bsd.prog.mk> -.include <bsd.xorg.mk> -.include <bsd.subdir.mk> |