[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when trying to install OpenSSH 4.3, "Makefile", line 3: Cou ld not find bsd.own.mk



Sorry to bother you again but, 

Well, I un-tarred the base file to a temporary directory (/var/uitpak)
went into the subdir usr/share/mk and found the following files :

# pwd
/var/uitpak/usr/share/mk
# ls -lia
total 22
28699 drwxr-xr-x   2 root  wheel   512 May 14  2000 .
93212 drwxr-xr-x  22 root  wheel   512 May 14  2000 ..
28700 -r--r--r--   1 root  wheel  2671 May 14  2000 bsd.lkm.mk
28701 -r--r--r--   1 root  wheel   165 May 14  2000 bsd.port.mk
28702 -r--r--r--   1 root  wheel   172 May 14  2000 bsd.port.subdir.mk
28703 -r--r--r--   1 root  wheel  3899 May 14  2000 sys.mk

Could they be in a different install file perhaps ? or are they created only
at install time or something ? 




-----Oorspronkelijk bericht-----
Van: Miod Vallat [mailto:miod@online.fr]
Verzonden: Monday, July 01, 2002 6:06 PM
Aan: Beukers, W.J.
CC: 'misc@openbsd.org'
Onderwerp: Re: Error when trying to install OpenSSH 4.3, "Makefile",
line 3: Cou ld not find bsd.own.mk


> eeuh, well, it contains :
[...]
> so indeed, it does not contain bsd.own.mk and bsd.subdir.mk....
> 
> how could i get this directory filled with those files ? i have the CD by
> the way....

Reinstall the appropriate files from base.tgz, i.e. 
  tar -C / -xpzf /path/to/baseXX.tgz ./usr/share/mk
(as root)

Miod