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

24 lines
369 B
Makefile

#!smake
#
# Makefile for lib/llc
#
#ident "$$"
LIBDEPTH=..
include ${LIBDEPTH}/Makedefs
OPTIMIZER = -g
# The order of the following line is very important because of another llc.h
LCINCS= ${LIBNET_INCS}
NCINCS= ${LIBNET_INCS}
PIDLFLAGS= -I../pidlhacks -I../tokenring
PIFILES= llc.pi
LDIRT +=llc.h
TARGETS= Marker
default: ${TARGETS}
include ${LIBDEPTH}/Makerules