diff options
| author | mrg <mrg@NetBSD.org> | 1997-07-23 03:10:54 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1997-07-23 03:10:54 +0000 |
| commit | bda99ff7a0d537e7dbaadebbaa21512ecc659626 (patch) | |
| tree | 23bb9362ce5f107229fa7e5cec7498ad0b0a445f /lib/libresolv | |
| parent | ffde90f14bc413056e75c3063a03d5e3579a9f3b (diff) | |
find "namespace.h" ...
Diffstat (limited to 'lib/libresolv')
| -rw-r--r-- | lib/libresolv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 510aa04d386..34c32178333 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -1,8 +1,8 @@ # from: @(#)Makefile 5.1 (Berkeley) 6/5/90 -# $Id: Makefile,v 1.3 1997/07/20 22:38:45 christos Exp $ +# $Id: Makefile,v 1.4 1997/07/23 03:14:11 mrg Exp $ LIB=resolv -CFLAGS+=-DDEBUG -DLIBC_SCCS +CFLAGS+=-DDEBUG -DLIBC_SCCS -I${.CURDIR}/../libc/include .PATH: ${.CURDIR}/../libc/net |
