diff options
| author | jtc <jtc@NetBSD.org> | 1995-01-15 21:58:40 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-01-15 21:58:40 +0000 |
| commit | 0df68268e372a1f629576e6b01cc73ff4eda388a (patch) | |
| tree | 398fb69c7ad35b5b4c5c55b82ca4b800d3ae2d01 /include | |
| parent | 31d0c81a4ee9d4e03e67e06f2846df42d0f958b8 (diff) | |
fix tipo
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 8abc2a8eea9..85007cded57 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 1995/01/12 19:18:41 jtc Exp $ +# $NetBSD: Makefile,v 1.51 1995/01/15 21:58:40 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -38,7 +38,7 @@ realinstall: done @echo installing ${DIRS} @-for i in ${DIRS}; do \ - install -d -o ${BINDIR} -g ${BINGRP} -m 755 \ + install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ ${DESTDIR}/usr/include/$$i; \ (cd $$i; for j in *.[ih]; do \ cmp -s $$j ${DESTDIR}/usr/include/$$i/$$j || \ |
