diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-07-07 15:40:55 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-07-07 15:40:55 +0000 |
commit | efa62690044288e2fffea3311950d4c433aba5b5 (patch) | |
tree | fc111db1ccbe8b28a52232aaca31613f1eeb9afd /lib | |
parent | 7532f9e3601768bb6efce27a51d9ce959050d2a8 (diff) |
remove bogus include of bsd.lib.mk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/asr/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/asr/Makefile.inc b/lib/libc/asr/Makefile.inc index 4665321e87d..5708aefabaa 100644 --- a/lib/libc/asr/Makefile.inc +++ b/lib/libc/asr/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2012/04/14 12:06:13 eric Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2012/07/07 15:40:54 eric Exp $ # asr sources .PATH: ${LIBCSRCDIR}/asr @@ -29,5 +29,3 @@ MLINKS+ = \ async_resolver.3 freenetent.3 \ async_resolver.3 getaddrinfo_async.3 \ async_resolver.3 getnameinfo_async.3 - -.include <bsd.lib.mk> |