summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/syntax/semi/Makefile
blob: 12f52255ee12e15ba3e00430c1e0639df2c5d18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$
#
# Test handling of escaped newlines.
#

.ifmake test1

FOO=
BAR=bar
FOO != echo ${FOO} ; echo ${BAR}

test1:
	echo ${FOO}

.endif

.ifmake test2

FOO=foo
BAR=bar
FOO != echo ${FOO} ; echo ${BAR}

test2:
	echo ${FOO}

.endif
OpenPOWER on IntegriCloud