diff options
Diffstat (limited to 'usr.bin/make/arch.c')
-rw-r--r-- | usr.bin/make/arch.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 7ae642a..c4763bc7 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -34,15 +34,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * @(#)arch.c 8.2 (Berkeley) 1/2/94 */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- |