133056Sbostic# 2*34636Skarels# Copyright (c) 1987, 1988 Regents of the University of California. 333056Sbostic# All rights reserved. 433056Sbostic# 533056Sbostic# Redistribution and use in source and binary forms are permitted 633056Sbostic# provided that this notice is preserved and that due credit is given 733056Sbostic# to the University of California at Berkeley. The name of the University 833056Sbostic# may not be used to endorse or promote products derived from this 933056Sbostic# software without specific prior written permission. This software 1033056Sbostic# is provided ``as is'' without express or implied warranty. 1133056Sbostic# 12*34636Skarels# @(#)makefile 5.2 (Berkeley) 06/04/88 1333056Sbostic# 1433056Sbostic 1533056Sbosticall: FRC 16*34636Skarels ./lispconf ${MACHINE}_4_3 17*34636Skarels make -f Makefile ${MFLAGS} DESTDIR=${DESTDIR} copylibrary 18*34636Skarels make -f Makefile ${MFLAGS} 1933056Sbostic 2033056Sbosticinstall: FRC 21*34636Skarels make -f Makefile ${MFLAGS} DESTDIR=${DESTDIR} install 2233056Sbostic 2333056Sbosticclean: FRC 24*34636Skarels make -f Makefile ${MFLAGS} clean 2533056Sbostic 2633056Sbosticdepend: FRC 27*34636Skarels make -f Makefile ${MFLAGS} depend 2833056Sbostic 2933056SbosticFRC: 30