133003Sbostic# 2*37831Sbostic# Copyright (c) 1989 The Regents of the University of California. 333003Sbostic# All rights reserved. 433003Sbostic# 533003Sbostic# Redistribution and use in source and binary forms are permitted 6*37831Sbostic# provided that the above copyright notice and this paragraph are 7*37831Sbostic# duplicated in all such forms and that any documentation, 8*37831Sbostic# advertising materials, and other materials related to such 9*37831Sbostic# distribution and use acknowledge that the software was developed 10*37831Sbostic# by the University of California, Berkeley. The name of the 11*37831Sbostic# University may not be used to endorse or promote products derived 12*37831Sbostic# from this software without specific prior written permission. 13*37831Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*37831Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*37831Sbostic# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1633003Sbostic# 17*37831Sbostic# @(#)Makefile 5.2 (Berkeley) 05/10/89 1833003Sbostic# 1933003Sbosticall: FRC 20*37831Sbostic cd libg.${MACHINE}; make ${MFLAGS} all 2133003Sbostic 22*37831Sbosticclean cleandir depend lint install tags: FRC 23*37831Sbostic cd libg.${MACHINE}; make DESTDIR=${DESTDIR} $@ 2433003Sbostic 2533003SbosticFRC: 26