Makefile (66448911ac89c254e89afc52e114402115a497e3) | Makefile (d0054224e0ba320a05d1c27de508dc5224ff99d1) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 13 unchanged lines hidden (view full) --- 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# cmd/stat/Makefile 26# 27 28include ../Makefile.cmd 29 | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 13 unchanged lines hidden (view full) --- 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# cmd/stat/Makefile 26# 27 28include ../Makefile.cmd 29 |
30SUBDIRS= iostat mpstat vmstat fsstat kstat | 30SUBDIRS= arcstat iostat mpstat vmstat fsstat kstat |
31 32all := TARGET = all 33install := TARGET = install 34clean := TARGET = clean 35clobber := TARGET = clobber 36lint := TARGET = lint 37_msg := TARGET = _msg 38 39.KEEP_STATE: 40 41all install lint clean clobber _msg: $(SUBDIRS) 42 43$(SUBDIRS): FRC 44 @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) 45 46FRC: | 31 32all := TARGET = all 33install := TARGET = install 34clean := TARGET = clean 35clobber := TARGET = clobber 36lint := TARGET = lint 37_msg := TARGET = _msg 38 39.KEEP_STATE: 40 41all install lint clean clobber _msg: $(SUBDIRS) 42 43$(SUBDIRS): FRC 44 @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) 45 46FRC: |