summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@FreeBSD.org>2000-07-09 02:54:54 +0000
committerWilfredo Sanchez <wsanchez@FreeBSD.org>2000-07-09 02:54:54 +0000
commit023944f43548759a1e09154c95d20c692bb77666 (patch)
treedef433e98898c1b306e8516fcdab0c08f1b0b4ac /usr.bin/make/make.c
parent6e9541813725870a99f99b8b8fc5448a54570119 (diff)
Notes
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index fcf8422df55e..5829f60024a9 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.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.
+ *
+ * @(#)make.c 8.1 (Berkeley) 6/6/93
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)make.c 8.1 (Berkeley) 6/6/93";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__RCSID("$FreeBSD$");
#endif /* not lint */
/*-