diff options
author | 1995-12-25 23:28:24 +0000 | |
---|---|---|
committer | 1995-12-25 23:28:24 +0000 | |
commit | 42aa5c50bc8e377c8dbc16bb64352ac6e37ebcbe (patch) | |
tree | 30603fa8511df6fcbdeaf05104edfe2f729e4e39 | |
parent | As ld.so does relocation behind the compiler's back don't cache (diff) | |
download | wireguard-openbsd-42aa5c50bc8e377c8dbc16bb64352ac6e37ebcbe.tar.xz wireguard-openbsd-42aa5c50bc8e377c8dbc16bb64352ac6e37ebcbe.zip |
Kerberos tries to install into /usr/include/ss, we better have it made
at installation time.
-rw-r--r-- | etc/mtree/4.4BSD.dist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index 32a29de1d6a..3aa58af67cb 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,5 +1,5 @@ # from: @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93 -# $Id: 4.4BSD.dist,v 1.6 1995/12/19 10:28:15 deraadt Exp $ +# $Id: 4.4BSD.dist,v 1.7 1995/12/25 23:28:24 niklas Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -150,6 +150,11 @@ rpcsvc gname=bin uname=bin mode=0555 # ./usr/include/rpcsvc .. +# ./usr/include/ss +ss gname=bin uname=bin mode=0555 +# ./usr/include/ss +.. + # ./usr/include .. |