summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
commit6579f34131bcc90bb095184a1ab0c491ba0b59b5 (patch)
tree654fdd1b68d3f3b66fa5852885ab296a298270bf /lib/libc/Makefile
parentd37f4ba3bc52c05290e132d2ec3d080bdb31c9fd (diff)
downloadFreeBSD-src-6579f34131bcc90bb095184a1ab0c491ba0b59b5.zip
FreeBSD-src-6579f34131bcc90bb095184a1ab0c491ba0b59b5.tar.gz
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 122e158..a5ac9e5 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -53,7 +53,7 @@ libkern.${MACHINE}:: ${KMSRCS}
.endif
#beforeinstall: tags
-# install -c -o bin -g bin -m 444 tags /var/db/libc.tags
+# ${INSTALL} -c -o bin -g bin -m 444 tags /var/db/libc.tags
tags: ${SRCS}
ctags ${.ALLSRC:M*.c}
OpenPOWER on IntegriCloud