- add $FreeBSD$.

- enable -r option for regress target.
This commit is contained in:
ume 2005-05-04 19:40:30 +00:00
parent a52b6c9ce3
commit f0bd095e96

View File

@ -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>