Annotation of fam/Makefile.in, Revision 1.1
1.1 ! trev 1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! 5: # Free Software Foundation, Inc.
! 6: # This Makefile.in is free software; the Free Software Foundation
! 7: # gives unlimited permission to copy and/or distribute it,
! 8: # with or without modifications, as long as this notice is preserved.
! 9:
! 10: # This program is distributed in the hope that it will be useful,
! 11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 13: # PARTICULAR PURPOSE.
! 14:
! 15: @SET_MAKE@
! 16: SHELL = @SHELL@
! 17:
! 18: srcdir = @srcdir@
! 19: top_srcdir = @top_srcdir@
! 20: VPATH = @srcdir@
! 21: prefix = @prefix@
! 22: exec_prefix = @exec_prefix@
! 23:
! 24: bindir = @bindir@
! 25: sbindir = @sbindir@
! 26: libexecdir = @libexecdir@
! 27: datadir = @datadir@
! 28: sysconfdir = @sysconfdir@
! 29: sharedstatedir = @sharedstatedir@
! 30: localstatedir = @localstatedir@
! 31: libdir = @libdir@
! 32: infodir = @infodir@
! 33: mandir = @mandir@
! 34: includedir = @includedir@
! 35: oldincludedir = /usr/include
! 36: pkgdatadir = $(datadir)/@PACKAGE@
! 37: pkglibdir = $(libdir)/@PACKAGE@
! 38: pkgincludedir = $(includedir)/@PACKAGE@
! 39: top_builddir = .
! 40:
! 41: ACLOCAL = @ACLOCAL@
! 42: AUTOCONF = @AUTOCONF@
! 43: AUTOMAKE = @AUTOMAKE@
! 44: AUTOHEADER = @AUTOHEADER@
! 45:
! 46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 47: INSTALL = @INSTALL@
! 48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 49: INSTALL_DATA = @INSTALL_DATA@
! 50: install_sh_DATA = $(install_sh) -c -m 644
! 51: install_sh_PROGRAM = $(install_sh) -c
! 52: install_sh_SCRIPT = $(install_sh) -c
! 53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 54: INSTALL_HEADER = $(INSTALL_DATA)
! 55: transform = @program_transform_name@
! 56: NORMAL_INSTALL = :
! 57: PRE_INSTALL = :
! 58: POST_INSTALL = :
! 59: NORMAL_UNINSTALL = :
! 60: PRE_UNINSTALL = :
! 61: POST_UNINSTALL = :
! 62: host_alias = @host_alias@
! 63: host_triplet = @host@
! 64:
! 65: EXEEXT = @EXEEXT@
! 66: OBJEXT = @OBJEXT@
! 67: PATH_SEPARATOR = @PATH_SEPARATOR@
! 68: AMTAR = @AMTAR@
! 69: AS = @AS@
! 70: AWK = @AWK@
! 71: CC = @CC@
! 72: CXX = @CXX@
! 73: CXXCPP = @CXXCPP@
! 74: DEPDIR = @DEPDIR@
! 75: DLLTOOL = @DLLTOOL@
! 76: ECHO = @ECHO@
! 77: FAMPROTOINC = @FAMPROTOINC@
! 78: FAM_CONF = @FAM_CONF@
! 79: IMON_FUNCS = @IMON_FUNCS@
! 80: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 81: LDCONFIG = @LDCONFIG@
! 82: LIBTOOL = @LIBTOOL@
! 83: LN_S = @LN_S@
! 84: MKDEPFILE = @MKDEPFILE@
! 85: OBJDUMP = @OBJDUMP@
! 86: PACKAGE = @PACKAGE@
! 87: RANLIB = @RANLIB@
! 88: STRIP = @STRIP@
! 89: TAR = @TAR@
! 90: VERSION = @VERSION@
! 91: am__include = @am__include@
! 92: am__quote = @am__quote@
! 93: foo_o = @foo_o@
! 94: install_sh = @install_sh@
! 95: snprintf_o = @snprintf_o@
! 96:
! 97: # Since we're not always using gcc, we don't want to use dependency
! 98: # tracking. (It croaks non-GNU compilers.) Seems like this should be
! 99: # configurable through autoconf!
! 100: AUTOMAKE_OPTIONS = no-dependencies
! 101:
! 102: # why couldn't CONFIG_ETC_CONFIG_PATH be defined in config.h???
! 103: INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"
! 104:
! 105: # should this be set by the configure script?
! 106: EDITCONF = perl $(top_srcdir)/util/editconf/editconf.perl
! 107:
! 108: uninstallscriptdir = $(pkglibdir)
! 109:
! 110: CLEANFILES =
! 111:
! 112: SUBDIRS = util include support libfam fam man test build
! 113:
! 114: EXTRA_DIST = common.am INSTALL.rpm
! 115: subdir = .
! 116: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 117: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 118: CONFIG_HEADER = config.h
! 119: CONFIG_CLEAN_FILES =
! 120: depcomp =
! 121: am__depfiles_maybe =
! 122: DIST_SOURCES =
! 123:
! 124: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
! 125: uninstall-info-recursive all-recursive install-data-recursive \
! 126: install-exec-recursive installdirs-recursive install-recursive \
! 127: uninstall-recursive check-recursive installcheck-recursive
! 128: DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
! 129: Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
! 130: config.h.in config.sub configure configure.in install-sh \
! 131: ltmain.sh missing mkinstalldirs
! 132: DIST_SUBDIRS = $(SUBDIRS)
! 133: all: config.h
! 134: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 135:
! 136: .SUFFIXES:
! 137:
! 138: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
! 139: configure.lineno
! 140: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/common.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 141: cd $(top_srcdir) && \
! 142: $(AUTOMAKE) --gnu Makefile
! 143: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 144: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
! 145:
! 146: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 147: $(SHELL) ./config.status --recheck
! 148: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
! 149: cd $(srcdir) && $(AUTOCONF)
! 150:
! 151: $(ACLOCAL_M4): configure.in
! 152: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
! 153:
! 154: config.h: stamp-h1
! 155: @if test ! -f $@; then \
! 156: rm -f stamp-h1; \
! 157: $(MAKE) stamp-h1; \
! 158: else :; fi
! 159:
! 160: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
! 161: @rm -f stamp-h1
! 162: cd $(top_builddir) && $(SHELL) ./config.status config.h
! 163:
! 164: $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
! 165: cd $(top_srcdir) && $(AUTOHEADER)
! 166: touch $(srcdir)/config.h.in
! 167:
! 168: distclean-hdr:
! 169: -rm -f config.h stamp-h1
! 170:
! 171: mostlyclean-libtool:
! 172: -rm -f *.lo
! 173:
! 174: clean-libtool:
! 175: -rm -rf .libs _libs
! 176:
! 177: distclean-libtool:
! 178: -rm -f libtool
! 179: uninstall-info-am:
! 180:
! 181: # This directory's subdirectories are mostly independent; you can cd
! 182: # into them and run `make' without going through this Makefile.
! 183: # To change the values of `make' variables: instead of editing Makefiles,
! 184: # (1) if the variable is set in `config.status', edit `config.status'
! 185: # (which will cause the Makefiles to be regenerated when you run `make');
! 186: # (2) otherwise, pass the desired values on the `make' command line.
! 187: $(RECURSIVE_TARGETS):
! 188: @set fnord $$MAKEFLAGS; amf=$$2; \
! 189: dot_seen=no; \
! 190: target=`echo $@ | sed s/-recursive//`; \
! 191: list='$(SUBDIRS)'; for subdir in $$list; do \
! 192: echo "Making $$target in $$subdir"; \
! 193: if test "$$subdir" = "."; then \
! 194: dot_seen=yes; \
! 195: local_target="$$target-am"; \
! 196: else \
! 197: local_target="$$target"; \
! 198: fi; \
! 199: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 200: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 201: done; \
! 202: if test "$$dot_seen" = "no"; then \
! 203: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 204: fi; test -z "$$fail"
! 205:
! 206: mostlyclean-recursive clean-recursive distclean-recursive \
! 207: maintainer-clean-recursive:
! 208: @set fnord $$MAKEFLAGS; amf=$$2; \
! 209: dot_seen=no; \
! 210: case "$@" in \
! 211: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 212: *) list='$(SUBDIRS)' ;; \
! 213: esac; \
! 214: rev=''; for subdir in $$list; do \
! 215: if test "$$subdir" = "."; then :; else \
! 216: rev="$$subdir $$rev"; \
! 217: fi; \
! 218: done; \
! 219: rev="$$rev ."; \
! 220: target=`echo $@ | sed s/-recursive//`; \
! 221: for subdir in $$rev; do \
! 222: echo "Making $$target in $$subdir"; \
! 223: if test "$$subdir" = "."; then \
! 224: local_target="$$target-am"; \
! 225: else \
! 226: local_target="$$target"; \
! 227: fi; \
! 228: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 229: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 230: done && test -z "$$fail"
! 231: tags-recursive:
! 232: list='$(SUBDIRS)'; for subdir in $$list; do \
! 233: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 234: done
! 235:
! 236: ETAGS = etags
! 237: ETAGSFLAGS =
! 238:
! 239: tags: TAGS
! 240:
! 241: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 242: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 243: unique=`for i in $$list; do \
! 244: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 245: done | \
! 246: $(AWK) ' { files[$$0] = 1; } \
! 247: END { for (i in files) print i; }'`; \
! 248: mkid -fID $$unique
! 249:
! 250: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 251: $(TAGS_FILES) $(LISP)
! 252: tags=; \
! 253: here=`pwd`; \
! 254: list='$(SUBDIRS)'; for subdir in $$list; do \
! 255: if test "$$subdir" = .; then :; else \
! 256: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 257: fi; \
! 258: done; \
! 259: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 260: unique=`for i in $$list; do \
! 261: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 262: done | \
! 263: $(AWK) ' { files[$$0] = 1; } \
! 264: END { for (i in files) print i; }'`; \
! 265: test -z "$(ETAGS_ARGS)$$tags$$unique" \
! 266: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 267: $$tags $$unique
! 268:
! 269: GTAGS:
! 270: here=`$(am__cd) $(top_builddir) && pwd` \
! 271: && cd $(top_srcdir) \
! 272: && gtags -i $(GTAGS_ARGS) $$here
! 273:
! 274: distclean-tags:
! 275: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
! 276: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 277:
! 278: top_distdir = .
! 279: distdir = $(PACKAGE)-$(VERSION)
! 280:
! 281: am__remove_distdir = \
! 282: { test ! -d $(distdir) \
! 283: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
! 284: && rm -fr $(distdir); }; }
! 285:
! 286: GZIP_ENV = --best
! 287: distcleancheck_listfiles = find . -type f -print
! 288:
! 289: distdir: $(DISTFILES)
! 290: $(am__remove_distdir)
! 291: mkdir $(distdir)
! 292: $(mkinstalldirs) $(distdir)/build/rpm $(distdir)/fam $(distdir)/man
! 293: @list='$(DISTFILES)'; for file in $$list; do \
! 294: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 295: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 296: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 297: dir="/$$dir"; \
! 298: $(mkinstalldirs) "$(distdir)$$dir"; \
! 299: else \
! 300: dir=''; \
! 301: fi; \
! 302: if test -d $$d/$$file; then \
! 303: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 304: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 305: fi; \
! 306: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
! 307: else \
! 308: test -f $(distdir)/$$file \
! 309: || cp -p $$d/$$file $(distdir)/$$file \
! 310: || exit 1; \
! 311: fi; \
! 312: done
! 313: list='$(SUBDIRS)'; for subdir in $$list; do \
! 314: if test "$$subdir" = .; then :; else \
! 315: test -d $(distdir)/$$subdir \
! 316: || mkdir $(distdir)/$$subdir \
! 317: || exit 1; \
! 318: (cd $$subdir && \
! 319: $(MAKE) $(AM_MAKEFLAGS) \
! 320: top_distdir="$(top_distdir)" \
! 321: distdir=../$(distdir)/$$subdir \
! 322: distdir) \
! 323: || exit 1; \
! 324: fi; \
! 325: done
! 326: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! 327: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 328: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 329: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
! 330: || chmod -R a+r $(distdir)
! 331: dist-gzip: distdir
! 332: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 333: $(am__remove_distdir)
! 334:
! 335: dist dist-all: distdir
! 336: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 337: $(am__remove_distdir)
! 338:
! 339: # This target untars the dist file and tries a VPATH configuration. Then
! 340: # it guarantees that the distribution is self-contained by making another
! 341: # tarfile.
! 342: distcheck: dist
! 343: $(am__remove_distdir)
! 344: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
! 345: chmod -R a-w $(distdir); chmod a+w $(distdir)
! 346: mkdir $(distdir)/=build
! 347: mkdir $(distdir)/=inst
! 348: chmod a-w $(distdir)
! 349: dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
! 350: && cd $(distdir)/=build \
! 351: && ../configure --srcdir=.. --prefix=$$dc_install_base \
! 352: $(DISTCHECK_CONFIGURE_FLAGS) \
! 353: && $(MAKE) $(AM_MAKEFLAGS) \
! 354: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 355: && $(MAKE) $(AM_MAKEFLAGS) check \
! 356: && $(MAKE) $(AM_MAKEFLAGS) install \
! 357: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 358: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 359: && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
! 360: || { echo "ERROR: files left after uninstall:" ; \
! 361: find $$dc_install_base -type f -print ; \
! 362: exit 1; } >&2 ) \
! 363: && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
! 364: && rm -f $(distdir).tar.gz \
! 365: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
! 366: $(am__remove_distdir)
! 367: @echo "$(distdir).tar.gz is ready for distribution" | \
! 368: sed 'h;s/./=/g;p;x;p;x'
! 369: distcleancheck: distclean
! 370: if test '$(srcdir)' = . ; then \
! 371: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
! 372: exit 1 ; \
! 373: fi
! 374: test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
! 375: || { echo "ERROR: files left after distclean:" ; \
! 376: $(distcleancheck_listfiles) ; \
! 377: exit 1; } >&2
! 378: check-am: all-am
! 379: check: check-recursive
! 380: all-am: Makefile config.h
! 381: installdirs: installdirs-recursive
! 382: installdirs-am:
! 383:
! 384: install: install-recursive
! 385: install-exec: install-exec-recursive
! 386: install-data: install-data-recursive
! 387: uninstall: uninstall-recursive
! 388:
! 389: install-am: all-am
! 390: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 391:
! 392: installcheck: installcheck-recursive
! 393: install-strip:
! 394: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 395: INSTALL_STRIP_FLAG=-s \
! 396: `test -z '$(STRIP)' || \
! 397: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 398: mostlyclean-generic:
! 399:
! 400: clean-generic:
! 401: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 402:
! 403: distclean-generic:
! 404: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 405:
! 406: maintainer-clean-generic:
! 407: @echo "This command is intended for maintainers to use"
! 408: @echo "it deletes files that may require special tools to rebuild."
! 409: clean: clean-recursive
! 410:
! 411: clean-am: clean-generic clean-libtool mostlyclean-am
! 412:
! 413: distclean: distclean-recursive
! 414: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 415: distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
! 416: distclean-tags
! 417:
! 418: dvi: dvi-recursive
! 419:
! 420: dvi-am:
! 421:
! 422: info: info-recursive
! 423:
! 424: info-am:
! 425:
! 426: install-data-am:
! 427:
! 428: install-exec-am:
! 429: @$(NORMAL_INSTALL)
! 430: $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
! 431:
! 432: install-info: install-info-recursive
! 433:
! 434: install-man:
! 435:
! 436: installcheck-am:
! 437:
! 438: maintainer-clean: maintainer-clean-recursive
! 439: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 440: -rm -rf autom4te.cache
! 441: maintainer-clean-am: distclean-am maintainer-clean-generic
! 442:
! 443: mostlyclean: mostlyclean-recursive
! 444:
! 445: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 446:
! 447: uninstall-am: uninstall-info-am uninstall-local
! 448:
! 449: uninstall-info: uninstall-info-recursive
! 450:
! 451: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
! 452: clean-generic clean-libtool clean-recursive dist dist-all \
! 453: dist-gzip distcheck distclean distclean-generic distclean-hdr \
! 454: distclean-libtool distclean-recursive distclean-tags \
! 455: distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
! 456: info-recursive install install-am install-data install-data-am \
! 457: install-data-recursive install-exec install-exec-am \
! 458: install-exec-recursive install-info install-info-am \
! 459: install-info-recursive install-man install-recursive \
! 460: install-strip installcheck installcheck-am installdirs \
! 461: installdirs-am installdirs-recursive maintainer-clean \
! 462: maintainer-clean-generic maintainer-clean-recursive mostlyclean \
! 463: mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
! 464: tags tags-recursive uninstall uninstall-am uninstall-info-am \
! 465: uninstall-info-recursive uninstall-local uninstall-recursive
! 466:
! 467:
! 468: rpm: dist
! 469: @cd build && $(MAKE) $(AM_MAKEFLAGS) rpm
! 470:
! 471: # We proceed even if these commands fail because this might be an install
! 472: # into $DESTDIR by a non-root user.
! 473: install-exec-hook:
! 474: -@if test "no$(LDCONFIG)" != "no"; then \
! 475: $(EDITCONF) ld.so.conf add $(DESTDIR)$(libdir) $(DESTDIR)$(libdir); \
! 476: exec $(LDCONFIG); \
! 477: fi
! 478: -@$(EDITCONF) rpc add 391002 "sgi_fam 391002"
! 479: -@$(EDITCONF) inetd.conf add '\b(fam|FAM)\b' \
! 480: "# fam, the File Alteration Monitor, http://oss.sgi.com/projects/fam/" \
! 481: "sgi_fam/1-2 stream rpc/tcp wait root $(DESTDIR)$(bindir)/fam fam"
! 482: @echo "Restarting inetd..."
! 483: -@killall -HUP inetd
! 484:
! 485: # We don't remove $(libdir) from ld.so.conf here because we don't have
! 486: # a way to tell whether we're the ones who added it, and other things
! 487: # probably use it as well.
! 488: uninstall-local:
! 489: -@$(EDITCONF) rpc remove 391002
! 490: -@$(EDITCONF) inetd.conf remove '\b(fam|FAM)\b'
! 491: @echo "Restarting inetd..."
! 492: -@killall -HUP inetd
! 493: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 494: # Otherwise a system limit (for SysV at least) may be exceeded.
! 495: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>