diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-15 01:39:19 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-15 01:39:19 +0000 |
commit | 11d8b808150a6b8ef49cfad16c7d7af2b9e6b01f (patch) | |
tree | c87463724fffd4a80786cd5fb0ed07baf228c078 /x11 | |
parent | 5a4a97181d45d3788d27697f4c9cbea70b20a561 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index ad0c316732dd..243a3e7b2f03 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1995/01/13 14:19:58 jkh Exp $ +# $Id: Makefile,v 1.46 1995/02/12 17:15:05 jmz Exp $ # SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \ tkhfs tkman tvtwm x3270 xearth xfed xkeycaps xlockmore xsnow \ @@ -6,8 +6,7 @@ SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \ # # These depend on tk, so might as well build tk first... -# (And vic depends on blt.) # -SUBDIR+= blt vic +SUBDIR+= blt .include <bsd.port.subdir.mk> |