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

20 lines
248 B
Makefile

#!smake
#
# Makefile for cachefs common functions
#
include ${ROOT}/usr/include/make/commondefs
CVERSION= -xansi
CFILES= subr.c
COMMONOBJ= subr.o
LCINCS= -I.
LINTFLAGS= -hbax
default: ${COMMONOBJ}
include ${COMMONRULES}
install: ${COMMONOBJ}