15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
#
|
|
# Makefile rules for cmd/netman subdirectories.
|
|
#
|
|
# $Revision: 1.4 $
|
|
|
|
include ${COMMONRULES}
|
|
|
|
${LIBNAME} ${LIBRARY}:
|
|
cd ${LIBDIR}; ${MAKE}
|
|
|
|
${LIBEVNAME} ${EVLIBRARY}:
|
|
cd ${LIBEVDIR}; ${MAKE}
|
|
|
|
sinclude ${DEPTH}/nlocalrules
|