136650Skfall# 236650Skfall# Copyright (c) 1988 Regents of the University of California. 336650Skfall# All rights reserved. 436650Skfall# 536650Skfall# Redistribution and use in source and binary forms are permitted 636650Skfall# provided that the above copyright notice and this paragraph are 736650Skfall# duplicated in all such forms and that any documentation, 836650Skfall# advertising materials, and other materials related to such 936650Skfall# distribution and use acknowledge that the software was developed 1036650Skfall# by the University of California, Berkeley. The name of the 1136650Skfall# University may not be used to endorse or promote products derived 1236650Skfall# from this software without specific prior written permission. 1336650Skfall# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 1436650Skfall# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 1536650Skfall# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1636650Skfall# 17*37994Sbostic# @(#)Makefile 5.2 (Berkeley) 05/11/89 1836650Skfall# 1936650SkfallDESTDIR= 2036650Skfall 2136650SkfallSUBDIR= kdestroy kinit klist ksrvtgt ksu 2236650Skfall 2336650Skfallall clean cleandir depend install lint tags: FRC 24*37994Sbostic @-for i in ${SUBDIR}; do \ 25*37994Sbostic (echo "==> $$i"; \ 26*37994Sbostic cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} $@); done 2736650Skfall 2836650Skfall${SUBDIR}: FRC 2936650Skfall cd $@; make ${MFLAGS} DESTDIR=${DESTDIR} 3036650Skfall 3136650SkfallFRC: 32