1# 2# Copyright (c) 1997-2001 by Sun Microsystems, Inc. 3# All rights reserved. 4# 5#pragma ident "%Z%%M% %I% %E% SMI" 6# 7# lib/krb5/kdb/Makefile 8 9include ../Makefile.lib 10 11SUBDIRS= spec $(MACH) 12 13all := TARGET= all 14clean := TARGET= clean 15clobber := TARGET= clobber 16install := TARGET= install 17lint := TARGET= lint 18_msg := TARGET= _msg 19 20.KEEP_STATE: 21 22all clean clobber install lint _msg: $(SUBDIRS) 23 24$(MACH) spec: FRC 25 @cd $@; pwd; $(MAKE) $(TARGET) 26 27FRC: 28