summaryrefslogtreecommitdiff
path: root/sys/compat/common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/common/Makefile.inc')
-rw-r--r--sys/compat/common/Makefile.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/compat/common/Makefile.inc b/sys/compat/common/Makefile.inc
index 032e72e56b5..e6f6a879b72 100644
--- a/sys/compat/common/Makefile.inc
+++ b/sys/compat/common/Makefile.inc
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.inc,v 1.3 1996/03/03 05:26:22 mickey Exp $
-# $NetBSD: Makefile.inc,v 1.3 1996/02/02 20:34:44 mycroft Exp $
+# $OpenBSD: Makefile.inc,v 1.4 1996/05/22 12:01:44 deraadt Exp $
+# $NetBSD: Makefile.inc,v 1.4 1996/05/11 16:13:31 mycroft Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
@@ -30,5 +30,9 @@ clean:: .NOTMAIN __always_make_compatlib
@echo cleaning the compat library objects
@${COMPATMAKE} clean
+depend:: .NOTMAIN __always_make_compatlib
+ @echo depending the compat library objects
+ @${COMPATMAKE} depend
+
__always_make_compatlib: .NOTMAIN
@mkdir -p ${COMPATDST}