Changeset 98
- Timestamp:
- 04/26/2006 13:47:22 (6 years ago)
- File:
-
- 1 edited
-
confman/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/Makefile
r89 r98 6 6 mkdir -p /usr/local/rescomp/sbin 7 7 mkdir -p /usr/local/rescomp/bin 8 install -Sp -o root -g staff-m 0555 confman $(PREFIX)/sbin/confman9 install -Sp -o root -g staff-m 0555 abspath $(PREFIX)/bin/abspath10 install -Sp -o root -g staff-m 0444 confman.conf \8 install -Sp -o root -g wheel -m 0555 confman $(PREFIX)/sbin/confman 9 install -Sp -o root -g wheel -m 0555 abspath $(PREFIX)/bin/abspath 10 install -Sp -o root -g wheel -m 0444 confman.conf \ 11 11 $(PREFIX)/etc/confman.conf-default 12 install -Sp -o root -g staff-m 0444 confmanlib.sh \12 install -Sp -o root -g wheel -m 0444 confmanlib.sh \ 13 13 $(PREFIX)/lib/confmanlib.sh 14 install -Sp -o root -g staff-m 0444 confmandoc.sh \14 install -Sp -o root -g wheel -m 0444 confmandoc.sh \ 15 15 $(PREFIX)/lib/confmandoc.sh 16 install -Sp -o root -g staff-m 0444 bash_completions \16 install -Sp -o root -g wheel -m 0444 bash_completions \ 17 17 $(PREFIX)/etc/env.d/confman_completions 18 18
Note: See TracChangeset
for help on using the changeset viewer.
