root/tags/omega-1.0.0-rc2/tools/build/BSDmakefile

Revision 469, 158 bytes (checked in by malte, 21 months ago)
Line 
1CMD_INSTALL=/usr/bin/install -m 0700 -o root -g wheel
2
3install:
4
5        $(CMD_INSTALL) ./ispcp-mkdirs.pl /usr/sbin
6
7uninstall:
8
9        rm -rf /usr/sbin/ispcp-mkdirs.pl
10
11
Note: See TracBrowser for help on using the browser.