summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/Makefile.alpha')
-rw-r--r--sys/conf/Makefile.alpha6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 1dfd90d..edcb52e 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
-# $Id: Makefile.alpha,v 1.12 1998/11/15 18:07:35 dfr Exp $
+# $Id: Makefile.alpha,v 1.13 1998/11/18 23:51:17 dima Exp $
#
# Makefile for FreeBSD
#
@@ -98,6 +98,10 @@ SYSTEM_LD_TAIL= @${SIZE} $@; chmod 755 $@
%CLEAN
+.if !exists(.depend)
+${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h}
+.endif
+
clean:
rm -f *.o *.s eddep errs genassym gensetdefs kernel linterrs \
makelinks param.c setdefs.h symbols.exclude symbols.sort tags \
OpenPOWER on IntegriCloud