diff options
author | Scott Mace <smace@FreeBSD.org> | 1994-10-31 04:38:27 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1994-10-31 04:38:27 +0000 |
commit | 444847952f498832cdfa6b1780ba14b826177778 (patch) | |
tree | b8185dded5e438dedd9099259af1c35f5324c0c6 | |
parent | Import of xv 3.01 (diff) |
add xv
Notes
Notes:
svn path=/head/; revision=296
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 4e22320d54b7..14118fd98130 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.15 1994/10/25 00:13:36 jkh Exp $ +# $Id: Makefile,v 1.16 1994/10/29 22:17:33 pst Exp $ # SUBDIR= emu fvwm ghostview iv ivs olvwm pcb tk xarchie xcdplayer xdvi \ - xpm xtexshell + xpm xtexshell xv # # imm & nv depends on tk, so might as well build tk first... |