# $FreeBSD: head/tools/regression/usr.bin/make/syntax/enl/Makefile 146856 2005-06-01 11:26:47Z harti $ # # Test handling of escaped newlines. # .ifmake test1 # This should succeed \ \ \ test1: @echo ok .elifmake test2 # This should fail because the comment continues on the next lines leading # to an unassociated shell command. \ #\ \ test2: @echo ok .endif