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

16 lines
208 B
Makefile

#!smake
#ident "$Revision: 1.12 $"
include ../commondefs
CFILES = fsdb.c
TARGETS = fsdb
LCOPTS += -OPT:Olimit=2593
LLDLIBS = -ldisk
include ../commonrules
install: all
$(INSTALL) -F /usr/bin $(TARGETS)