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

21 lines
315 B
Makefile

#!smake
#ident "$Revision: 1.4 $"
include $(ROOT)/usr/include/make/commondefs
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
WOFF=
LCOPTS = -fullwarn
TARGETS = fstyp.xfs
default: $(TARGETS)
include $(COMMONRULES)
install: $(TARGETS)
$(INSTALL) -F /sbin/fstyp.d $(TARGETS)
fstyp.xfs: fstyp.o
$(CCF) fstyp.o $(LDFLAGS) -o $@