CVSROOT: /cvs/cluster Module name: cluster Changes by: [EMAIL PROTECTED] 2007-08-17 18:52:27
Added files: group/man : Makefile Log message: add makefile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/Makefile.diff?cvsroot=cluster&r1=NONE&r2=1.1 /cvs/cluster/cluster/group/man/Makefile,v --> standard output revision 1.1 --- cluster/group/man/Makefile +++ - 2007-08-17 18:52:27.338833000 +0000 @@ -0,0 +1,31 @@ +############################################################################### +############################################################################### +## +## Copyright (C) 2007 Red Hat, Inc. All rights reserved. +## +## This copyrighted material is made available to anyone wishing to use, +## modify, copy, or redistribute it subject to the terms and conditions +## of the GNU General Public License v.2. +## +############################################################################### +############################################################################### + +include ../../make/defines.mk + +TARGET8 = \ + dlm_controld.8 \ + gfs_controld.8 \ + group_tool.8 \ + groupd.8 + +all: + +clean: + +install: + install -d ${mandir}/man8 + install ${TARGET8} ${mandir}/man8 + +uninstall: + ${UNINSTALL} ${TARGET8} ${mandir}/man8 +