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

Annotation of sys/arch/hp300/stand/libsaz/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.3 2006/08/17 06:31:10 miod Exp $
        !             2:
        !             3: LIB=   saz
        !             4:
        !             5: .PATH: ${.CURDIR}/../../../../lib/libsa ${.CURDIR}/../libsa
        !             6:
        !             7: .include "${.CURDIR}/../Makefile.inc"
        !             8:
        !             9: CFLAGS+=-D__INTERNAL_LIBSA_CREAD \
        !            10:        -I${.CURDIR} -I${.CURDIR}/../include -I${.CURDIR}/../.. \
        !            11:        -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. \
        !            12:        -I${.CURDIR}/../../../../lib/libsa
        !            13:
        !            14: # stand routines
        !            15: SRCS=  alloc.c devopen.c exit.c exec.c getfile.c gets.c globals.c \
        !            16:        memcmp.c memcpy.c memset.c printf.c snprintf.c strerror.c strncpy.c
        !            17:
        !            18: # io routines
        !            19: SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \
        !            20:        open.c read.c stat.c write.c cread.c
        !            21:
        !            22: # network routines
        !            23: SRCS+= arp.c ether.c in_cksum.c net.c netif.c rpc.c
        !            24:
        !            25: # network info services
        !            26: SRCS+= bootp.c bootparam.c rarp.c
        !            27:
        !            28: # boot filesystems
        !            29: SRCS+= ufs.c nfs.c rawfs.c cd9660.c
        !            30:
        !            31: NOPROFILE=
        !            32: NOPIC=
        !            33:
        !            34: install:
        !            35:
        !            36: .include <bsd.lib.mk>

CVSweb