diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-14 01:07:39 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-14 01:07:39 +0000 |
commit | f8caffe6bdb4060d45f04aedabdcaedc29267a65 (patch) | |
tree | dd84e1db015f16f5e95c95a85df8794734c498ef | |
parent | c764596c7f2770d0a2da0366693396cb34c37786 (diff) | |
download | freebsd-ports-f8caffe6bdb4060d45f04aedabdcaedc29267a65.zip |
Added ivs.
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5509811def1f..f8807f2ecf66 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.7 1994/10/12 23:10:03 jkh Exp $ +# $Id: Makefile,v 1.8 1994/10/13 00:51:53 wollman Exp $ # -SUBDIR= emu fvwm iv tk xarchie xpm +SUBDIR= emu fvwm iv ivs tk xarchie xpm # # nv depends on tk, so might as well build tk first... # |