openbsd-20021202
authorJim Rees <rees@umich.edu>
Mon, 2 Dec 2002 21:22:20 +0000 (21:22 +0000)
committerJim Rees <rees@umich.edu>
Mon, 2 Dec 2002 21:22:20 +0000 (21:22 +0000)
Make a symlink for libafs/lib. Needed for libkern.h.

src/libafs/MakefileProto.OBSD.in

index 2803c0e..88d13aa 100644 (file)
@@ -61,9 +61,9 @@ setup:
        -$(RM) -f  $(KOBJ)/Makefile $(KOBJ)/Makefile.common $(KOBJ)/config
        ln -fs ../Makefile $(KOBJ)/Makefile
        ln -fs ../Makefile.common $(KOBJ)/Makefile.common
-       ln -fs ../config $(KOBJ)/config
-       -$(RM) -f  h
+       -$(RM) -f  h lib
        -ln -fs ${KSRC}/sys h
+       -ln -fs ${KSRC}/lib .
        -touch $(KOBJ)/sec_net.h