test: Note that this is used both as a normal program and a shell builtin.

MFC after:	1 week
This commit is contained in:
jilles 2011-02-15 22:17:47 +00:00
parent f58eeaae2e
commit 9cea8aad2d

View File

@ -9,6 +9,10 @@
*
* This program is in the Public Domain.
*/
/*
* Important: This file is used both as a standalone program /bin/test and
* as a builtin for /bin/sh (#define SHELL).
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");