summaryrefslogtreecommitdiff
path: root/regress/bin/ln/Makefile
blob: 263b561ce3796649ff05944fc78baaecdd549ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.1 2013/03/12 06:00:05 guenther Exp $

regress: recursive links/source
	@sh ${.CURDIR}/test_ln.sh && touch $@

clean:
	rm -rf links regress

links:
	@mkdir -p ${.OBJDIR}/links

recursive: links
#	@ln -s ${.OBJDIR}/links links/links

links/source: links
	@echo "Hello, world!" > ${.OBJDIR}/links/source

.include <bsd.regress.mk>