summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/setsockopt/3a/Makefile
blob: 0e02ab3194ff3ef3457e0de324dd1698bbec1654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $OpenBSD: Makefile,v 1.1 2009/12/26 01:34:18 fgsch Exp $

PROG=	setsockopt3a
CFLAGS+= -I${.CURDIR}/../../include

REGRESS_TARGETS=dummy

# build prog and link into test 3 directory.  Code is used by test 3
#
dummy: ${PROG}
	@cd ${.CURDIR}/../3; \
	if test -d ${__objdir} ; then \
		cd ${__objdir} ; \
	fi; \
	ln -sf ${.OBJDIR}/${PROG}

.include <bsd.regress.mk>