summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r--usr.bin/make/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index faebba6..f3c2ca7 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -38,10 +38,12 @@
* @(#)main.c 8.3 (Berkeley) 3/19/94
*/
-#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved.");
+static char copyright[] =
+"@(#) Copyright (c) 1988, 1989, 1990, 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*-
OpenPOWER on IntegriCloud