NetBSD-5.0.2/crypto/dist/openssl/util/deleof.pl

#!/usr/local/bin/perl

while (<>)
	{
	print
	last if (/^# DO NOT DELETE THIS LINE/);
	}