# 
# Mach Operating System
# Copyright (c) 1988 Carnegie-Mellon University
# All rights reserved.  The CMU software License Agreement specifies
# the terms and conditions for use and redistribution.
#
######################################################################
# HISTORY
# $Log:	Makefile,v $
# Revision 2.7  89/01/15  16:20:45  rpd
# 	Moved rules for the interfaces to mach/Makefile.
# 	[89/01/15  14:54:41  rpd]
# 
#

#  Display any newly modified files

NEWSRC=.

NEWSRC: ${NEWSRC}

${NEWSRC}: Makefile *.[ch]
	@echo $?
