diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-27 05:00:24 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-27 05:00:24 +0000 |
| commit | 58f0484fa251c266ede97b591b499fe3dd4f578e (patch) | |
| tree | 41932a7161f4cd72005330a9c69747e7bab2ee5b /lib/libresolv | |
| parent | fb49e767ba942f74b1cee8814e085e5f2615ac53 (diff) | |
Notes
Diffstat (limited to 'lib/libresolv')
| -rw-r--r-- | lib/libresolv/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile new file mode 100644 index 0000000000000..699c54cb826e8 --- /dev/null +++ b/lib/libresolv/Makefile @@ -0,0 +1,10 @@ +# @(#)Makefile 8.1 (Berkeley) 6/4/93 + +LIB=resolv +CFLAGS+=-DDEBUG -DLIBC_SCCS + +.PATH: ${.CURDIR}/../libc/net + +SRCS=gethostnamadr.c res_mkquery.c res_query.c res_send.c + +.include <bsd.lib.mk> |
