diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-02-21 12:17:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-02-21 12:17:10 +0100 |
commit | f605070d37c741436b5f82745eae2a5c018e304d (patch) | |
tree | b716f12d35410c0d6979518d851c558cbb0d714a | |
parent | c4486d3563a4e3dfb1934252c1261d74965075c7 (diff) |
Add `console/motd.UTF8' to the distribution.
* console/Makefile (DIST_FILES): Add `motd.UTF8'.
-rw-r--r-- | console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/console/Makefile b/console/Makefile index 71f7f1e4..3eb4252e 100644 --- a/console/Makefile +++ b/console/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2012 Free Software Foundation, Inc. # Written by Marcus Brinkmann. # # This file is part of the GNU Hurd. @@ -25,7 +25,7 @@ target = console SRCS = console.c display.c pager.c input.c LCLHDRS = display.h pager.h input.h priv.h mutations.h -DIST_FILES = hurd.ti +DIST_FILES = hurd.ti motd.UTF8 MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o |