add build target to dependency list for test target to ensure that

libslang is actually built before trying to run the test
This commit is contained in:
brad 1999-12-29 23:58:11 +00:00
parent aaca0c7a2b
commit f193b7fb3f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 1999/11/28 00:28:59 brad Exp $
# $OpenBSD: Makefile,v 1.14 1999/12/29 23:58:11 brad Exp $
DISTNAME= slang-1.3.10
PKGNAME= libslang-1.3.10
@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
post-install:
@${LDCONFIG} -m ${PREFIX}/lib
test:
test: build
@cd ${WRKSRC} && make runtests
.include <bsd.port.mk>