436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
14 lines
199 B
Makefile
14 lines
199 B
Makefile
FILESDIR= ${DESTDIR}/usr/lib/keymaps
|
|
|
|
.SUFFIXES: .src .map
|
|
|
|
.src.map:
|
|
${_MKTARGET_CREATE}
|
|
$(CC) -DKEYSRC=\"$<\" genmap.c
|
|
./a.out > $@
|
|
@rm -f a.out
|
|
|
|
realall: ${FILES}
|
|
|
|
clean:
|
|
rm -f ${FILES}
|