diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-21 09:32:14 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-21 09:32:14 +0800 |
commit | af21d80602244b248fb9718746b4359f18c66eaa (patch) | |
tree | 821cdd46dd70984b70bb20f90ec84694eecbff2f | |
parent | 853da30f8d2e4703d4b1055c9c29a5e98e6d6256 (diff) | |
download | freebsd-ports-gnome-af21d80602244b248fb9718746b4359f18c66eaa.tar.gz freebsd-ports-gnome-af21d80602244b248fb9718746b4359f18c66eaa.tar.zst freebsd-ports-gnome-af21d80602244b248fb9718746b4359f18c66eaa.zip |
Add SUBDIR+=xlogout
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 26f46e6e89a4..7e13f4fcf901 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.237 1998/11/08 15:11:58 kuriyama Exp $ +# $Id: Makefile,v 1.238 1998/11/18 20:03:34 billf Exp $ # SUBDIR += XFree86 @@ -62,6 +62,7 @@ SUBDIR += xkeycaps SUBDIR += xloadimage SUBDIR += xlockmore + SUBDIR += xlogout SUBDIR += xmascot SUBDIR += xmold SUBDIR += xmove |