Makefile (d0054224e0ba320a05d1c27de508dc5224ff99d1) | Makefile (ea429a71818e2432d0d0a924065a009b1e5abdd1) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28include ../Makefile.cmd 29 30SUBDIRS= arcstat iostat mpstat vmstat fsstat kstat 31 32all := TARGET = all 33install := TARGET = install 34clean := TARGET = clean 35clobber := TARGET = clobber | 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 --- 19 unchanged lines hidden (view full) --- 28include ../Makefile.cmd 29 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 | 36_msg := TARGET = _msg 37 38.KEEP_STATE: 39 |
41all install lint clean clobber _msg: $(SUBDIRS) | 40all install clean clobber _msg: $(SUBDIRS) |
42 43$(SUBDIRS): FRC 44 @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) 45 46FRC: | 41 42$(SUBDIRS): FRC 43 @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) 44 45FRC: |