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