diff options
| author | christos <christos@NetBSD.org> | 2018-06-05 00:57:47 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-06-05 00:57:47 +0000 |
| commit | 72ece6dcf1023343a27b8a89d5c5b7cea3ed84a5 (patch) | |
| tree | 078b519aaea3a84d312b3b3c127038468f8f736a /sys/lib/libsa | |
| parent | d95ffacc4dd7a9cba023eec3e0b71a10e5434d9f (diff) | |
Use the standard build rules.
Diffstat (limited to 'sys/lib/libsa')
| -rw-r--r-- | sys/lib/libsa/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index 2b9fe254b29..486961e69a0 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2016/03/22 08:25:23 mrg Exp $ +# $NetBSD: Makefile,v 1.88 2018/06/05 00:57:47 christos Exp $ LIB= sa LIBISPRIVATE?= yes @@ -79,10 +79,7 @@ SRCS+= ufs.c .include <bsd.lib.mk> -lib${LIB}.o:: ${OBJS:O} - @echo building standard ${LIB} library - @rm -f lib${LIB}.o - @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` +lib${LIB}.o:: ${OBJS:O} __buildstdlib CPPFLAGS+= -Wno-pointer-sign |
