11 lines
173 B
Makefile
11 lines
173 B
Makefile
#
|
|
# @(#)Makefile 1.1 94/10/31 SMI
|
|
#
|
|
|
|
include ../MakeCommon
|
|
|
|
|
|
install_unbundled: FRC
|
|
cd ${CPU}; make ${MFLAGS} DESTDIR=${DESTDIR} LANGUAGE=${LANGUAGE} \
|
|
install_unbundled
|