Last change
on this file since 2 was 2, checked in by koizumi.aoi, 3 years ago |
It's settled now, say hi to Kanako-san!
Signed-off-by: Aoi K <koizumi.aoi@…>
|
File size:
302 bytes
|
Line | |
---|
1 | <config.mk
|
---|
2 |
|
---|
3 | install:
|
---|
4 | install -Dm0755 kanako $PREFIX/bin/kanako
|
---|
5 | install -Dm0644 kanako.mdoc $PREFIX/share/man/man1/kanako.1
|
---|
6 | install -Dm0644 kanako.conf.mdoc $PREFIX/share/man/man5/kanako.conf.5
|
---|
7 | uninstall:
|
---|
8 | rm -f $PREFIX/bin/kanako $PREFIX/share/man/man1/kanako.1 $PREFIX/share/man/man5/kanako.conf.5
|
---|
Note:
See
TracBrowser
for help on using the repository browser.