1
0
Files
irix-657m-src/eoe/cmd/failover/Makefile
2022-09-29 17:59:04 +03:00

18 lines
273 B
Makefile

#ident "$Revision: 1.2 $
include $(ROOT)/usr/include/make/commondefs
LLDLIBS=-lds -Wl,-woff,84
LCOPTS=-Wl,-I,$(ROOTRLDNAME)
CFILES=foconfig.c
SBIN_TARGETS= foconfig
default:$(SBIN_TARGETS)
include $(COMMONRULES)
install: default
${INSTALL} -F /sbin $(SBIN_TARGETS)