[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / i386 / stand / libkern

Annotation of sys/arch/i386/stand/libkern/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.2 2006/09/18 21:14:15 mpf Exp $
                      2:
                      3: .include "${.CURDIR}/../Makefile.inc"
                      4:
                      5: LIB=   kern
                      6:
                      7: S=${.CURDIR}/../../../..
                      8: SADIR=${.CURDIR}/..
                      9:
                     10: .PATH: ${S}/lib/libkern
                     11:
                     12: NOPROFILE=noprofile
                     13: NOPIC=nopic
                     14:
                     15: # kern routines
                     16: SRCS+= divdi3.c moddi3.c qdivrem.c strlcpy.c strlcat.c
                     17:
                     18: all: ${KERNLIB}
                     19:
                     20: install:
                     21:
                     22: .include <bsd.lib.mk>

CVSweb