summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/libsa
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-04-16 12:38:27 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-04-16 12:38:27 +0000
commit76eea6377e4722f4716b38932aa1790809c56e4f (patch)
tree727fb6d294e4aeac7a0ef4457a8f7185a7f3382c /sys/arch/hp300/stand/libsa
parenteaabcf9e97540b2a032c00aabf404a950b411f0d (diff)
Add a proper version number ala other ports, and clean up various parts of
the Makefiles. Lots more to do...
Diffstat (limited to 'sys/arch/hp300/stand/libsa')
-rw-r--r--sys/arch/hp300/stand/libsa/Makefile.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/libsa/Makefile.inc b/sys/arch/hp300/stand/libsa/Makefile.inc
index 5100e4ad20c..e66c30783d1 100644
--- a/sys/arch/hp300/stand/libsa/Makefile.inc
+++ b/sys/arch/hp300/stand/libsa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 1997/01/17 08:33:07 downsj Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1997/04/16 12:38:26 downsj Exp $
# $NetBSD: Makefile.inc,v 1.1 1995/08/04 07:55:50 thorpej Exp $
# NOTE: $S must correspond to the top of the 'sys' tree
@@ -21,4 +21,12 @@ clean:: .NOTMAIN __always_make_sa_lib
@echo cleaning the stand-alone library objects
@(cd $(SA_DIR) ; make clean)
+cleandir: .NOTMAIN __always_make_sa_lib
+ @echo cleandiring the stand-alone library objects
+ @(cd $(SA_DIR) ; make cleandir)
+
+depend:: .NOTMAIN __always_make_sa_lib
+ @echo depending the stand-alone library objects
+ @(cd $(SA_DIR) ; make depend)
+
__always_make_sa_lib: .NOTMAIN