Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames#
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames# This file and its contents are supplied under the terms of the
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb# Common Development and Distribution License ("CDDL"), version 1.0.
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb# You may only use this file in accordance with the terms of version
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb# 1.0 of the CDDL.
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb#
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb# A full copy of the text of the CDDL should have accompanied this
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb# source. A copy of the CDDL is also available via the Internet
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb# at http://www.illumos.org/license/CDDL.
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb#
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick# Copyright 2011, Richard Lowe
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawickinclude ../../Makefile.master
ae64f3e7385f21ca9d4f30cc7f8702a9ac1034b6trawick
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesMANSECT = 3fcoe
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesMANFILES = FCOE_CreatePort.3fcoe \
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames FCOE_DeletePort.3fcoe \
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames FCOE_GetPortList.3fcoe
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames.KEEP_STATE:
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesinclude ../Makefile.man
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesinstall: $(ROOTMANFILES)
8d49090fd56a8ce06c7f7135f19e5ff8e24b5ff3gregames
f99bffd6087564cf9c05cc29d1c6b38d94e0ed30gregames
270609308f247c5e934b400b5f1691c2cca16c61jerenkrantz