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

Annotation of sys/arch/hp300/stand/libsa/Makefile, Revision 1.1.1.1

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

CVSweb