diff options
author | ume <ume@FreeBSD.org> | 2005-05-04 19:40:30 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-05-04 19:40:30 +0000 |
commit | f0bd095e968875b0aaa18bc56fc3fef9a50d8a70 (patch) | |
tree | 2915788eb5d7d821bb8cc3d4368bcb06e36e6a64 | |
parent | a52b6c9ce3aa7dd40c5d127ac564eff86c4b0aa9 (diff) | |
download | FreeBSD-src-f0bd095e968875b0aaa18bc56fc3fef9a50d8a70.zip FreeBSD-src-f0bd095e968875b0aaa18bc56fc3fef9a50d8a70.tar.gz |
- add $FreeBSD$.
- enable -r option for regress target.
-rw-r--r-- | tools/regression/lib/libc/resolv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/resolv/Makefile b/tools/regression/lib/libc/resolv/Makefile index 7e57314..18a6a84 100644 --- a/tools/regression/lib/libc/resolv/Makefile +++ b/tools/regression/lib/libc/resolv/Makefile @@ -1,4 +1,5 @@ # $NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $ +# $FreeBSD$ NOMAN= # defined @@ -10,6 +11,6 @@ DPADD+= ${LIBPTHREAD} LDADD+= -lpthread regress: ${PROG} - ./${PROG} ${.CURDIR}/mach + ./${PROG} -r ${.CURDIR}/mach .include <bsd.prog.mk> |