diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-09-15 14:42:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-09-15 14:42:08 +0000 |
commit | 6c302b6e9e298e256c54d9ceab415f4868a23c6c (patch) | |
tree | ee5fb802aa7b446016b0719dc4a86c43ab14c594 /udev-lfs/makefile-incl.keymap | |
parent | 3b5a9eb9e2b94805b8c273ea4c32d4a50e0ef6a7 (diff) |
Update udev=lfs for udev-207
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10342 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs/makefile-incl.keymap')
-rw-r--r-- | udev-lfs/makefile-incl.keymap | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/udev-lfs/makefile-incl.keymap b/udev-lfs/makefile-incl.keymap index 6f263cd6f..c7d234cb7 100644 --- a/udev-lfs/makefile-incl.keymap +++ b/udev-lfs/makefile-incl.keymap @@ -48,4 +48,7 @@ src/udev/keymap/keys-to-name.h: src/udev/keymap/keys.txt }' $< > $@ keymap: - echo "keymap is now built into udevadm/udevd" + @echo "keymap is now built into udevadm/udevd" + +install-keymap: + @echo "keymap is now built into udevadm/udevd" |