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

30 lines
427 B
Makefile

#
#!smake
#
# Makefile for the rpc.lockd subdirectory
#
# $Revision: 1.1 $
include ${ROOT}/usr/include/make/commondefs
LINTFLAGS= -hbax -woff 91,102
CTAGOPTS=-tw
CFILES = util.c
# define NDEBUG to turn off assertions
# define _IRIX for building on IRIX
# define _SUNOS for building on SunOS
#CDEFS = -DNDEBUG
LCDEFS = -D_IRIX
LCOPTS = -g
LCINCS = -I.
LIBS =
default: ${OBJECTS}
include ${COMMONRULES}
install: default