root/ethervendors/Makefile

Revision 22, 269 bytes (checked in by eferro, 18 months ago)

Some package bugfixes. (from lintian report)

Line 
1BIN_DIR=${DESTDIR}/usr/bin
2
3build:
4        echo "build: Nothing to do"
5
6install:
7        echo "install: ${dir}"
8
9        mkdir -p ${BIN_DIR} 
10
11        install -m 775 -o root -g root -d ${BIN_DIR}/
12        install -m 775 -o root -g root bin/* ${BIN_DIR}/
13
14distclean:
15clean:
16        echo "clean: Nothing to do"
17
Note: See TracBrowser for help on using the browser.