9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
#
|
|
# Makefile rules for cmd/netman/event subdirectories.
|
|
# $Revision: 1.1 $
|
|
#
|
|
include ${DEPTH}/Makerules
|
|
|
|
${EVENTLIBNAME} ${EVENTLIBRARY}:
|
|
cd ${EVENTLIBDIR}; ${MAKE}
|