diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-12-21 14:37:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-12-21 14:37:25 +0000 |
commit | 5119b7e41fd77567f0113eb98956fe9ec9914af3 (patch) | |
tree | 86dd9e7221093bd896ba9e78206a8a2489c99c33 /app | |
parent | 7727f83f968e1a41efa941f673b50676c18f2d6e (diff) |
Unlink the following utilities from the build:
fslsfonts, fstobdf, showfont, xfsinfo, xfwp and scripts (xon)
Ports can be created if needed. ok deraadt@, jca@
Diffstat (limited to 'app')
-rw-r--r-- | app/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Makefile b/app/Makefile index 34bba1563..8e1581254 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,19 +1,19 @@ -# $OpenBSD: Makefile,v 1.35 2017/02/26 16:39:22 matthieu Exp $ +# $OpenBSD: Makefile,v 1.36 2018/12/21 14:37:24 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= bdftopcf mkfontscale mkfontdir \ - appres beforelight bitmap editres fonttosfnt fslsfonts \ - fstobdf iceauth ico listres luit oclock \ - rgb scripts sessreg setxkbmap showfont \ + appres beforelight bitmap editres fonttosfnt \ + iceauth ico listres luit oclock \ + rgb sessreg setxkbmap \ smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \ xclipboard xclock xcmsdb xcompmgr xconsole \ xenodm xdpyinfo xedit xev xeyes xf86dga \ - xfd xfontsel xfsinfo xfwp xgamma xgc xhost \ + xfd xfontsel xgamma xgc xhost \ xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \ xlsatoms xlsclients xlsfonts xmag xman xmessage \ xmodmap xmore xpr \ xprop xrandr xrdb xrefresh xset \ - xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo \ + xsetroot xsm xvidtune xvinfo xwd xwininfo \ xwud # GL |