1 # The legacy PBWO makefile was producing this as a "project" library and header.
2 # We're currently not building it, and instead referencing bootparam_prot.x
3 # from both bootparamd.tproj and bpwhoami.tproj.
4 # In the event we do wish to create a libbootparam.a again, this will do it.
7 ProductType = staticlib
8 Install_Dir = /usr/local/lib
12 RPCFILES = bootparam_prot.x
13 RPCSVCFILES = bootparam_prot.x
15 Install_Private_Headers = $(OBJROOT)/$(Project)/bootparam_prot.h
17 Extra_CC_Flags = -fno-common
19 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make