diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index f99c0ba52328..b336646916db 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -39,9 +39,11 @@ */ #ifndef lint +#if 0 static char copyright[] = "@(#) Copyright (c) 1988, 1989, 1990, 1993\n\ The Regents of the University of California. All rights reserved.\n"; +#endif #endif /* not lint */ #include __FBSDID("$FreeBSD$");