mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fix more deranged targets.
This commit is contained in:
parent
b37499c044
commit
20da3572df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5823
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@ KEYMAPS=danish.cp865.kbd danish.iso.kbd german.cp850.kbd german.iso.kbd \
|
|||
MAPSDIR = /usr/share/syscons/keymaps
|
||||
NOMAN = noman
|
||||
|
||||
all:;
|
||||
|
||||
clean:;
|
||||
all clean:
|
||||
@echo -n
|
||||
|
||||
install:
|
||||
cd ${.CURDIR}; \
|
||||
|
|
Loading…
Reference in a new issue