1
0
Files
2022-09-29 17:59:04 +03:00

22 lines
313 B
Makefile

#!smake
#
# Makefile for lib/tokenring, the home of Tokenring protocol modules.
#
#ident "$$"
LIBDEPTH=..
include ${LIBDEPTH}/Makedefs
OPTIMIZER = -g
NCINCS= -I../llc
PIDLFLAGS= -I../pidlhacks -I../llc -I../tokenring
CFILES=
PIFILES= sna.pi
TARGETS= Marker
default: ${TARGETS}
include ${LIBDEPTH}/Makerules