Changeset 299
- Timestamp:
- 01/24/2009 15:16:19 (3 years ago)
- Location:
- trunk
- Files:
-
- 1 edited
- 4 moved
-
Makefile (modified) (4 diffs)
-
confaudit (moved) (moved from trunk/confaudit.sh)
-
confexport (moved) (moved from trunk/export.sh)
-
conflock (moved) (moved from trunk/conflock.sh) (1 prop)
-
confsync (moved) (moved from trunk/confsync.sh)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r296 r299 1 PREFIX ?= /usr/local 1 PREFIX ?= /usr/local 2 MANPREFIX ?= ${PREFIX}/man 2 3 3 DIRFLAGS = -d -o root -g wheel -m 05554 4 EXFLAGS = -Sp -o root -g wheel -m 0555 5 5 INFLAGS = -Sp -o root -g wheel -m 0444 6 6 7 7 BINFILES = abspath 8 SBINFILES = confman confaudit.sh9 LIBEXECFILES = export.sh confsync.sh confaudit.sh conflock.sh8 SBINFILES = confman 9 LIBEXECFILES = confexport confsync confaudit conflock 10 10 LIBFILES = confmanlib.sh confmandoc.sh confmancommon.sh 11 11 ENVFILES = confman_completions 12 12 CONFFILES = confman.conf defaults.conf 13 MAN5 = confman.conf.5 14 MAN8 = confman.8 confaudit.8 confexport.8 confsync.8 15 MANFILES = $(MAN5) $(MAN8) 13 16 DIRECTORIES = /etc /etc/defaults /etc/env.d /sbin /bin /libexec \ 14 17 /libexec/confman /share /share/confman 15 18 16 19 ALLFILES = $(BINFILES) $(SBINFILES) $(LIBEXECFILES) $(LIBFILES) \ 17 $(ENVFILES) $(CONFFILES) 20 $(ENVFILES) $(CONFFILES) $(MANFILES) 18 21 19 22 all : .config … … 25 28 install : .config 26 29 .for dir in $(DIRECTORIES) 27 install $(DIRFLAGS)$(PREFIX)${dir}30 mkdir -p $(PREFIX)${dir} 28 31 .endfor 29 32 .for file in $(BINFILES) … … 42 45 install $(INFLAGS) ${file} $(PREFIX)/etc/env.d/ 43 46 .endfor 47 .for file in $(MAN5) 48 install $(INFLAGS) ${file} $(MANPREFIX)/man5 49 .endfor 50 .for file in $(MAN8) 51 install $(INFLAGS) ${file} $(MANPREFIX)/man8 52 .endfor 44 53 install -Sp -o root -g wheel -m 0444 confman.conf \ 45 54 $(PREFIX)/etc/confman.conf-default … … 51 60 rm .config 52 61 53 fetch:54 svn update55 -
trunk/conflock
- Property svn:executable set to *
Note: See TracChangeset
for help on using the changeset viewer.
