diff options
author | 2012-07-07 15:40:54 +0000 | |
---|---|---|
committer | 2012-07-07 15:40:54 +0000 | |
commit | bb2ea2c25f34df81691def8a53f549ac558ba859 (patch) | |
tree | ab4d73f4e11086a510624444e159707f04c02d64 /lib/libc/asr | |
parent | less accurate documentation... (diff) | |
download | wireguard-openbsd-bb2ea2c25f34df81691def8a53f549ac558ba859.tar.xz wireguard-openbsd-bb2ea2c25f34df81691def8a53f549ac558ba859.zip |
remove bogus include of bsd.lib.mk
Diffstat (limited to 'lib/libc/asr')
-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> |