diff options
author | Adam David <adam@FreeBSD.org> | 1994-09-24 16:17:14 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-09-24 16:17:14 +0000 |
commit | 5069355b19d033fa0a518873c0e7f86c82e3e5bc (patch) | |
tree | ea3724887043e012c4c827758baafe325d3a0737 | |
parent | b35a68b8586bd9b15f04e8be92dd456100b87fd6 (diff) | |
download | freebsd-ports-5069355b19d033fa0a518873c0e7f86c82e3e5bc.zip |
Added iv
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9f04054703f2..246ebbe03151 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 1994/08/23 10:20:29 jkh Exp $ +# $Id: Makefile,v 1.4 1994/09/13 12:40:24 jkh Exp $ # -SUBDIR= emu fvwm tk +SUBDIR= emu fvwm iv tk .include <bsd.port.subdir.mk> |