xref: /openbsd/regress/usr.bin/make/mk41 (revision 09467b48)
1# $OpenBSD: mk41,v 1.1 2015/12/21 11:31:40 espie Exp $
2all:
3ifeq ($(FOO),1)
4	echo bar
5endif
6