ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/Makefile.am
(Generate patch)

Comparing projects/cms/source/ihost/Makefile.am (file contents):
Revision 1.2 by tdb, Thu May 30 11:30:07 2002 UTC vs.
Revision 1.3 by tdb, Thu May 30 12:14:59 2002 UTC

# Line 5 | Line 5 | bin_SCRIPTS = ihostchk.sh
5   INCLUDES = -I@top_srcdir@/libstatgrab -I@top_srcdir@/libukcprog
6   SUBDIRS = libukcprog libstatgrab
7   AUTOMAKE_OPTIONS = foreign
8 +
9 + if SETGIDKMEM
10 + # FreeBSD needs ihost to be setgid kmem
11 + install-exec-local:
12 +        chgrp kmem @bindir@/ihost
13 +        chmod g+s @bindir@/ihost
14 + endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines