summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/setsockopt/3a/Makefile
blob: a18b5400477af6a2e3dafe1a45a70d419f8f053b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.2 2014/07/16 20:04:21 okan 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>