diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:30:39 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:30:39 +0000 |
commit | 97750c06b0d2986f4e0281b923e3d51f8480467e (patch) | |
tree | e31c3b69157c2f6c2126fca12b20353f51e6538d /sys/arch/mvme68k/stand/libsa/Makefile.inc | |
parent | 1c147e3e4be7c34db0d985e42f325e8d444fcf63 (diff) |
sync with sun3 port.
major reorg. & cleanup.
new SRT that works with bugcrt.
common parse_arg.
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa/Makefile.inc')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile.inc b/sys/arch/mvme68k/stand/libsa/Makefile.inc index acdd0379be9..31a21177236 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile.inc +++ b/sys/arch/mvme68k/stand/libsa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:53 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/05/16 02:30:38 chuck Exp $ LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa @@ -6,6 +6,7 @@ LIBSA_DIR!= cd ${LIB_SA_DIR}; \ printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx LIBSA=${LIBSA_DIR}/libsa.a +SRTOBJ?= ${LIBSA_DIR}/SRT0.o $(LIBSA): .NOTMAIN __always_make_libsa @echo making sure the libsa is up to date... |