From a49720ce9d7a6badaac3e19d53ee13362fd1da9f Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 16 Oct 1996 01:30:11 +0000 Subject: [PATCH] add a comment documenting what the NOOBJ variable is here for. --- etc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index d88d86341c0a..84c3a26a7baf 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.54 1996/10/15 23:59:32 perry Exp $ +# $NetBSD: Makefile,v 1.55 1996/10/16 01:30:11 perry Exp $ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific +# setting NOOBJ prevents "make obj" from doing anything; +# an objdir would break the installation stuff below NOOBJ= oobj .if exists(etc.${MACHINE}/Makefile.inc)