summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk7
blob: 84b81f993ab463e3e52c67c2c2131e206642a1c8 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: mk7,v 1.2 2001/01/29 02:06:00 niklas Exp $

# This Makefile should fail, the syntax is bogus

A=1
.if defined anything goes (A)
a:
	@true
.endif