diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 10:20:42 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 10:20:42 +0000 |
commit | c3ef35385d9ec4c7deb61a58324a79f1f9d05f8c (patch) | |
tree | 45aa74872bacabc69a515d751cea8251d7fa8c91 /sys/arch/sparc64/stand | |
parent | 2ca1cdf8e5cc06b8a0f19fec20dbfb4d1095e419 (diff) |
make it work with our make infrastructure.
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r-- | sys/arch/sparc64/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/libsa/Makefile b/sys/arch/sparc64/stand/libsa/Makefile index 96548e109a1..f2c2c2f5034 100644 --- a/sys/arch/sparc64/stand/libsa/Makefile +++ b/sys/arch/sparc64/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/18 15:51:10 jason Exp $ +# $OpenBSD: Makefile,v 1.2 2001/08/22 10:20:41 art Exp $ LIB= sa @@ -35,7 +35,7 @@ NOPROFILE= NOPIC= .NOPATH: machine -${SRCS}: machine +beforedepend: machine install: |