diff options
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r-- | usr.bin/make/main.c | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 3fe39ed..6f58f48 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -34,21 +34,15 @@ * 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. + * + * @(#)main.c 8.3 (Berkeley) 3/19/94 */ #ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1988, 1989, 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993\n\ + The Regents of the University of California. All rights reserved.\n"); +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- |