OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | --- hnb-1.9.17/Makefile 2003-03-10 03:22:23.000000000 +0100 |
| 2 | +++ hnb-1.9.17m/Makefile 2010-07-08 14:39:46.000000000 +0200 |
| 3 | @@ -2,8 +2,8 @@ |
| 4 | src/hnb: src/*.c src/*.h src/*.inc src/hnbrc.inc |
| 5 | (cd src;make) |
| 6 | install: src/hnb |
| 7 | - install -D src/hnb /usr/local/bin/hnb |
| 8 | - install -D -m444 doc/hnb.1 /usr/local/man/man1/hnb.1 |
| 9 | + #install -D src/hnb /usr/bin/hnb |
| 10 | + #install -D -m444 doc/hnb.1 /usr/man/man1/hnb.1 |
| 11 | clean: |
| 12 | (cd src;make clean) |
| 13 | (cd util;make clean) |
| 14 |
